#A06918

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

Shades of Golden Brown #A06918

Tints of Golden Brown #A06918

Color information

#A06918 (or 0xA06918) is unknown color: approx Golden Brown. HEX triplet: A0, 69 and 18. RGB value is (160,105,24). Sum of RGB (Red+Green+Blue) = 160+105+24=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06918 is #5F96E7. Grayscale: #707070. Windows color (decimal): -6264552 or 1599904. OLE color: 1599904.

HSL color Cylindrical-coordinate representation of color #A06918: hue angle of 35.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A06918 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16010524-
CMYK00.340.850.37
HSL35.74º73.91%36.08%-
HSV(B)35.74º85%62.75%-
XYZ19.7117.643.23-
YUV112.2178.22162.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=55.36%
G=36.33%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601052400.340.850.3735.7473.9136.08
HexA069180225525244a24
Octal24015130042125454411244
Binary10100000110100111000010001010101011001011001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06918; }

 p { color: rgb(160,105,24); }

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

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

 a { background-color: rgb(160,105,24); }

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

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

 span { border-color: rgb(160,105,24); }

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