Shades of Golden Brown #A96F01
Tints of Golden Brown #A96F01
RGB
CMYK
RGB Variations
Color information
#A96F01 (or 0xA96F01) is known color: Golden Brown. HEX triplet: A9, 6F and 01. RGB value is (169,111,1). Sum of RGB (Red+Green+Blue) = 169+111+1=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96F01 is #5690FE. Grayscale: #747474. Windows color (decimal): -5673215 or 94121. OLE color: 94121.
HSL color Cylindrical-coordinate representation of color #A96F01: hue angle of 39.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A96F01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.34 |
| HSL | 39.29º | 0.99% | 0.33% | - |
| HSV(B) | 39.29º | 0.99% | 0.66% | - |
| XYZ | 22.05 | 19.81 | 2.69 | - |
| YUV | 115.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 1 | 0 | 0.34 | 0.99 | 0.34 | 39.29 | 0.99 | 0.33 |
| Hex | A9 | 6F | 1 | 0 | 22 | 63 | 22 | 27 | 63 | 21 |
| Octal | 251 | 157 | 1 | 0 | 42 | 143 | 42 | 47 | 143 | 41 |
| Binary | 10101001 | 1101111 | 1 | 0 | 100010 | 1100011 | 100010 | 100111 | 1100011 | 100001 |
Color Harmonies of #A96F01
Complementary color
Monochromatic Colors of #A96F01
Black with #A96F01
Text Example
Text Example
White with #A96F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F01; }
p { color: rgb(169,111,1); }
H1.HeaderClassName
{
color: #A96F01;
}
.AnyTagClassName
{
color: #A96F01;
}
</style>
background-color css
<style>
a { background-color: #A96F01; }
a { background-color: rgb(169,111,1); }
div.DivClassName
{
background-color: #A96F01;
}
.BgClassName
{
background-color: #A96F01;
}
</style>
border-color css
<style>
span { border-color: #A96F01; }
span { border-color: rgb(169,111,1); }
td.TdClassName
{
border-color: #A96F01;
}
.TagClassName
{
border-color: #A96F01;
}
</style>