#A76D12

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

Shades of Golden Brown #A76D12

Tints of Golden Brown #A76D12

Color information

#A76D12 (or 0xA76D12) is unknown color: approx Golden Brown. HEX triplet: A7, 6D and 12. RGB value is (167,109,18). Sum of RGB (Red+Green+Blue) = 167+109+18=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D12 is #5892ED. Grayscale: #747474. Windows color (decimal): -5804782 or 1207719. OLE color: 1207719.

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

Color convert

RGB16710918-
CMYK00.350.890.35
HSL36.64º80.54%36.27%-
HSV(B)36.64º89.22%65.49%-
XYZ21.5119.23.14-
YUV115.9772.72164.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=56.80%
G=37.07%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671091800.350.890.3536.6480.5436.27
HexA76D120235923255124
Octal24715522043131434512144
Binary10100111110110110010010001110110011000111001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D12; }

 p { color: rgb(167,109,18); }

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

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

 a { background-color: rgb(167,109,18); }

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

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

 span { border-color: rgb(167,109,18); }

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