Shades of Golden Brown #AB610D
Tints of Golden Brown #AB610D
RGB
CMYK
RGB Variations
Color information
#AB610D (or 0xAB610D) is known color: Golden Brown. HEX triplet: AB, 61 and 0D. RGB value is (171,97,13). Sum of RGB (Red+Green+Blue) = 171+97+13=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB610D is #549EF2. Grayscale: #6D6D6D. Windows color (decimal): -5545715 or 876971. OLE color: 876971.
HSL color Cylindrical-coordinate representation of color #AB610D: hue angle of 31.9º 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 #AB610D is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 13 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.33 |
| HSL | 31.9º | 0.86% | 0.36% | - |
| HSV(B) | 31.9º | 0.92% | 0.67% | - |
| XYZ | 21.14 | 17.24 | 2.59 | - |
| YUV | 109.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 13 | 0 | 0.43 | 0.92 | 0.33 | 31.9 | 0.86 | 0.36 |
| Hex | AB | 61 | D | 0 | 2B | 5C | 21 | 20 | 56 | 24 |
| Octal | 253 | 141 | 15 | 0 | 53 | 134 | 41 | 40 | 126 | 44 |
| Binary | 10101011 | 1100001 | 1101 | 0 | 101011 | 1011100 | 100001 | 100000 | 1010110 | 100100 |
Color Harmonies of #AB610D
Complementary color
Monochromatic Colors of #AB610D
Black with #AB610D
Text Example
Text Example
White with #AB610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB610D; }
p { color: rgb(171,97,13); }
H1.HeaderClassName
{
color: #AB610D;
}
.AnyTagClassName
{
color: #AB610D;
}
</style>
background-color css
<style>
a { background-color: #AB610D; }
a { background-color: rgb(171,97,13); }
div.DivClassName
{
background-color: #AB610D;
}
.BgClassName
{
background-color: #AB610D;
}
</style>
border-color css
<style>
span { border-color: #AB610D; }
span { border-color: rgb(171,97,13); }
td.TdClassName
{
border-color: #AB610D;
}
.TagClassName
{
border-color: #AB610D;
}
</style>