#A76C0A

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

Shades of Golden Brown #A76C0A

Tints of Golden Brown #A76C0A

Color information

#A76C0A (or 0xA76C0A) is unknown color: approx Golden Brown. HEX triplet: A7, 6C and 0A. RGB value is (167,108,10). Sum of RGB (Red+Green+Blue) = 167+108+10=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C0A is #5893F5. Grayscale: #727272. Windows color (decimal): -5805046 or 683175. OLE color: 683175.

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

Color convert

RGB16710810-
CMYK00.350.940.35
HSL37.45º88.7%34.71%-
HSV(B)37.45º94.01%65.49%-
XYZ21.3518.962.82-
YUV114.4769.05165.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=58.60%
G=37.89%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671081000.350.940.3537.4588.734.71
HexA76CA0235E23255923
Octal24715412043136434513143
Binary1010011111011001010010001110111101000111001011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C0A; }

 p { color: rgb(167,108,10); }

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

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

 a { background-color: rgb(167,108,10); }

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

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

 span { border-color: rgb(167,108,10); }

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