#A76A18

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

Shades of Golden Brown #A76A18

Tints of Golden Brown #A76A18

Color information

#A76A18 (or 0xA76A18) is unknown color: approx Golden Brown. HEX triplet: A7, 6A and 18. RGB value is (167,106,24). Sum of RGB (Red+Green+Blue) = 167+106+24=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76A18 is #5895E7. Grayscale: #737373. Windows color (decimal): -5805544 or 1600167. OLE color: 1600167.

HSL color Cylindrical-coordinate representation of color #A76A18: hue angle of 34.41º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A76A18 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16710624-
CMYK00.370.860.35
HSL34.41º74.87%37.45%-
HSV(B)34.41º85.63%65.49%-
XYZ21.2618.593.33-
YUV114.8976.71165.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=56.23%
G=35.69%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671062400.370.860.3534.4174.8737.45
HexA76A180255623224b25
Octal24715230045126434211345
Binary10100111110101011000010010110101101000111000101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A18; }

 p { color: rgb(167,106,24); }

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

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

 a { background-color: rgb(167,106,24); }

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

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

 span { border-color: rgb(167,106,24); }

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