Shades of Golden Brown #AB6213
Tints of Golden Brown #AB6213
RGB
CMYK
RGB Variations
Color information
#AB6213 (or 0xAB6213) is known color: Golden Brown. HEX triplet: AB, 62 and 13. RGB value is (171,98,19). Sum of RGB (Red+Green+Blue) = 171+98+19=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6213 is #549DEC. Grayscale: #6F6F6F. Windows color (decimal): -5545453 or 1270443. OLE color: 1270443.
HSL color Cylindrical-coordinate representation of color #AB6213: hue angle of 31.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB6213 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 19 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.33 |
| HSL | 31.18º | 0.8% | 0.37% | - |
| HSV(B) | 31.18º | 0.89% | 0.67% | - |
| XYZ | 21.28 | 17.44 | 2.86 | - |
| YUV | 110.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 19 | 0 | 0.43 | 0.89 | 0.33 | 31.18 | 0.8 | 0.37 |
| Hex | AB | 62 | 13 | 0 | 2B | 59 | 21 | 1F | 50 | 25 |
| Octal | 253 | 142 | 23 | 0 | 53 | 131 | 41 | 37 | 120 | 45 |
| Binary | 10101011 | 1100010 | 10011 | 0 | 101011 | 1011001 | 100001 | 11111 | 1010000 | 100101 |
Color Harmonies of #AB6213
Complementary color
Monochromatic Colors of #AB6213
Black with #AB6213
Text Example
Text Example
White with #AB6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6213; }
p { color: rgb(171,98,19); }
H1.HeaderClassName
{
color: #AB6213;
}
.AnyTagClassName
{
color: #AB6213;
}
</style>
background-color css
<style>
a { background-color: #AB6213; }
a { background-color: rgb(171,98,19); }
div.DivClassName
{
background-color: #AB6213;
}
.BgClassName
{
background-color: #AB6213;
}
</style>
border-color css
<style>
span { border-color: #AB6213; }
span { border-color: rgb(171,98,19); }
td.TdClassName
{
border-color: #AB6213;
}
.TagClassName
{
border-color: #AB6213;
}
</style>