Shades of Golden Brown #AB600D
Tints of Golden Brown #AB600D
RGB
CMYK
RGB Variations
Color information
#AB600D (or 0xAB600D) is known color: Golden Brown. HEX triplet: AB, 60 and 0D. RGB value is (171,96,13). Sum of RGB (Red+Green+Blue) = 171+96+13=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB600D is #549FF2. Grayscale: #6D6D6D. Windows color (decimal): -5545971 or 876715. OLE color: 876715.
HSL color Cylindrical-coordinate representation of color #AB600D: hue angle of 31.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB600D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.52º | 0.86% | 0.36% | - |
| HSV(B) | 31.52º | 0.92% | 0.67% | - |
| XYZ | 21.05 | 17.05 | 2.56 | - |
| YUV | 108.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 13 | 0 | 0.44 | 0.92 | 0.33 | 31.52 | 0.86 | 0.36 |
| Hex | AB | 60 | D | 0 | 2C | 5C | 21 | 20 | 56 | 24 |
| Octal | 253 | 140 | 15 | 0 | 54 | 134 | 41 | 40 | 126 | 44 |
| Binary | 10101011 | 1100000 | 1101 | 0 | 101100 | 1011100 | 100001 | 100000 | 1010110 | 100100 |
Color Harmonies of #AB600D
Complementary color
Monochromatic Colors of #AB600D
Black with #AB600D
Text Example
Text Example
White with #AB600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB600D; }
p { color: rgb(171,96,13); }
H1.HeaderClassName
{
color: #AB600D;
}
.AnyTagClassName
{
color: #AB600D;
}
</style>
background-color css
<style>
a { background-color: #AB600D; }
a { background-color: rgb(171,96,13); }
div.DivClassName
{
background-color: #AB600D;
}
.BgClassName
{
background-color: #AB600D;
}
</style>
border-color css
<style>
span { border-color: #AB600D; }
span { border-color: rgb(171,96,13); }
td.TdClassName
{
border-color: #AB600D;
}
.TagClassName
{
border-color: #AB600D;
}
</style>