#A76C0F

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

Shades of Golden Brown #A76C0F

Tints of Golden Brown #A76C0F

Color information

#A76C0F (or 0xA76C0F) is unknown color: approx Golden Brown. HEX triplet: A7, 6C and 0F. RGB value is (167,108,15). Sum of RGB (Red+Green+Blue) = 167+108+15=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C0F is #5893F0. Grayscale: #737373. Windows color (decimal): -5805041 or 1010855. OLE color: 1010855.

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

Color convert

RGB16710815-
CMYK00.350.910.35
HSL36.71º83.52%35.69%-
HSV(B)36.71º91.02%65.49%-
XYZ21.3918.982.99-
YUV115.0471.55165.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.59%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=57.59%
G=37.24%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671081500.350.910.3536.7183.5235.69
HexA76CF0235B23255424
Octal24715417043133434512444
Binary1010011111011001111010001110110111000111001011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C0F; }

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

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

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

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

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

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

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

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