#a77118

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

Shades of Golden Brown #A77118

Tints of Golden Brown #A77118

Color information

#A77118 (or 0xA77118) is unknown color: approx Golden Brown. HEX triplet: A7, 71 and 18. RGB value is (167,113,24). Sum of RGB (Red+Green+Blue) = 167+113+24=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77118 is #588EE7. Grayscale: #777777. Windows color (decimal): -5803752 or 1601959. OLE color: 1601959.

HSL color Cylindrical-coordinate representation of color #A77118: hue angle of 37.34º 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 #A77118 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16711324-
CMYK00.320.860.35
HSL37.34º74.87%37.45%-
HSV(B)37.34º85.63%65.49%-
XYZ22.0120.093.58-
YUV11974.39162.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=54.93%
G=37.17%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671132400.320.860.3537.3474.8737.45
HexA771180205623254b25
Octal24716130040126434511345
Binary10100111111000111000010000010101101000111001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77118; }

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

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

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

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

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

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

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

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