#A09741

Color #A09741 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #A09741

Tints of Highball #A09741

Color information

#A09741 (or 0xA09741) is unknown color: approx Highball. HEX triplet: A0, 97 and 41. RGB value is (160,151,65). Sum of RGB (Red+Green+Blue) = 160+151+65=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A09741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09741 is #5F68BE. Grayscale: #909090. Windows color (decimal): -6252735 or 4298656. OLE color: 4298656.

HSL color Cylindrical-coordinate representation of color #A09741: hue angle of 54.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09741 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16015165-
CMYK00.060.590.37
HSL54.32º42.22%44.12%-
HSV(B)54.32º59.38%62.75%-
XYZ26.5229.999.39-
YUV143.8983.48139.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=42.55%
G=40.16%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601516500.060.590.3754.3242.2244.12
HexA09741063B25362a2c
Octal240227101067345665254
Binary101000001001011110000010110111011100101110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09741; }

 p { color: rgb(160,151,65); }

 H1.HeaderClassName
 {
   color: #A09741;
 }
 .AnyTagClassName
 {
   color: #A09741;
 }
</style>
background-color css

<style>
 a { background-color: #A09741; }

 a { background-color: rgb(160,151,65); }

 div.DivClassName
 {
   background-color: #A09741;
 }
 .BgClassName
 {
   background-color: #A09741;
 }
</style>
border-color css

<style>
 span { border-color: #A09741; }

 span { border-color: rgb(160,151,65); }

 td.TdClassName
 {
   border-color: #A09741;
 }
 .TagClassName
 {
   border-color: #A09741;
 }
</style>