Shades of Golden Brown #A76F01
Tints of Golden Brown #A76F01
RGB
CMYK
RGB Variations
Color information
#A76F01 (or 0xA76F01) is known color: Golden Brown. HEX triplet: A7, 6F and 01. RGB value is (167,111,1). Sum of RGB (Red+Green+Blue) = 167+111+1=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F01 is #5890FE. Grayscale: #737373. Windows color (decimal): -5804287 or 94119. OLE color: 94119.
HSL color Cylindrical-coordinate representation of color #A76F01: hue angle of 39.76º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A76F01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.35 |
| HSL | 39.76º | 0.99% | 0.33% | - |
| HSV(B) | 39.76º | 0.99% | 0.65% | - |
| XYZ | 21.63 | 19.59 | 2.67 | - |
| YUV | 115.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 1 | 0 | 0.34 | 0.99 | 0.35 | 39.76 | 0.99 | 0.33 |
| Hex | A7 | 6F | 1 | 0 | 22 | 63 | 23 | 28 | 63 | 21 |
| Octal | 247 | 157 | 1 | 0 | 42 | 143 | 43 | 50 | 143 | 41 |
| Binary | 10100111 | 1101111 | 1 | 0 | 100010 | 1100011 | 100011 | 101000 | 1100011 | 100001 |
Color Harmonies of #A76F01
Complementary color
Monochromatic Colors of #A76F01
Black with #A76F01
Text Example
Text Example
White with #A76F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F01; }
p { color: rgb(167,111,1); }
H1.HeaderClassName
{
color: #A76F01;
}
.AnyTagClassName
{
color: #A76F01;
}
</style>
background-color css
<style>
a { background-color: #A76F01; }
a { background-color: rgb(167,111,1); }
div.DivClassName
{
background-color: #A76F01;
}
.BgClassName
{
background-color: #A76F01;
}
</style>
border-color css
<style>
span { border-color: #A76F01; }
span { border-color: rgb(167,111,1); }
td.TdClassName
{
border-color: #A76F01;
}
.TagClassName
{
border-color: #A76F01;
}
</style>