Shades of Golden Brown #A96C0F
Tints of Golden Brown #A96C0F
RGB
CMYK
RGB Variations
Color information
#A96C0F (or 0xA96C0F) is known color: Golden Brown. HEX triplet: A9, 6C and 0F. RGB value is (169,108,15). Sum of RGB (Red+Green+Blue) = 169+108+15=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C0F is #5693F0. Grayscale: #747474. Windows color (decimal): -5673969 or 1010857. OLE color: 1010857.
HSL color Cylindrical-coordinate representation of color #A96C0F: hue angle of 36.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A96C0F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 15 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.34 |
| HSL | 36.23º | 0.84% | 0.36% | - |
| HSV(B) | 36.23º | 0.91% | 0.66% | - |
| XYZ | 21.81 | 19.19 | 3.01 | - |
| YUV | 115.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 15 | 0 | 0.36 | 0.91 | 0.34 | 36.23 | 0.84 | 0.36 |
| Hex | A9 | 6C | F | 0 | 24 | 5B | 22 | 24 | 54 | 24 |
| Octal | 251 | 154 | 17 | 0 | 44 | 133 | 42 | 44 | 124 | 44 |
| Binary | 10101001 | 1101100 | 1111 | 0 | 100100 | 1011011 | 100010 | 100100 | 1010100 | 100100 |
Color Harmonies of #A96C0F
Complementary color
Monochromatic Colors of #A96C0F
Black with #A96C0F
Text Example
Text Example
White with #A96C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C0F; }
p { color: rgb(169,108,15); }
H1.HeaderClassName
{
color: #A96C0F;
}
.AnyTagClassName
{
color: #A96C0F;
}
</style>
background-color css
<style>
a { background-color: #A96C0F; }
a { background-color: rgb(169,108,15); }
div.DivClassName
{
background-color: #A96C0F;
}
.BgClassName
{
background-color: #A96C0F;
}
</style>
border-color css
<style>
span { border-color: #A96C0F; }
span { border-color: rgb(169,108,15); }
td.TdClassName
{
border-color: #A96C0F;
}
.TagClassName
{
border-color: #A96C0F;
}
</style>