#A76D07

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

Shades of Golden Brown #A76D07

Tints of Golden Brown #A76D07

Color information

#A76D07 (or 0xA76D07) is unknown color: approx Golden Brown. HEX triplet: A7, 6D and 07. RGB value is (167,109,7). Sum of RGB (Red+Green+Blue) = 167+109+7=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D07 is #5892F8. Grayscale: #737373. Windows color (decimal): -5804793 or 486823. OLE color: 486823.

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

Color convert

RGB1671097-
CMYK00.350.960.35
HSL38.25º91.95%34.12%-
HSV(B)38.25º95.81%65.49%-
XYZ21.4419.172.77-
YUV114.7167.22165.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 7 (3.12% from 255) = 2.47%
R=59.01%
G=38.52%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167109700.350.960.3538.2591.9534.12
HexA76D70236023265c22
Octal2471557043140434613442
Binary101001111101101111010001111000001000111001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D07; }

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

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

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

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

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

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

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

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