Shades of Golden Brown #AB6813
Tints of Golden Brown #AB6813
RGB
CMYK
RGB Variations
Color information
#AB6813 (or 0xAB6813) is known color: Golden Brown. HEX triplet: AB, 68 and 13. RGB value is (171,104,19). Sum of RGB (Red+Green+Blue) = 171+104+19=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6813 is #5497EC. Grayscale: #727272. Windows color (decimal): -5543917 or 1271979. OLE color: 1271979.
HSL color Cylindrical-coordinate representation of color #AB6813: hue angle of 33.55º 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 #AB6813 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 19 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.33 |
| HSL | 33.55º | 0.8% | 0.37% | - |
| HSV(B) | 33.55º | 0.89% | 0.67% | - |
| XYZ | 21.86 | 18.61 | 3.06 | - |
| YUV | 114.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 19 | 0 | 0.39 | 0.89 | 0.33 | 33.55 | 0.8 | 0.37 |
| Hex | AB | 68 | 13 | 0 | 27 | 59 | 21 | 22 | 50 | 25 |
| Octal | 253 | 150 | 23 | 0 | 47 | 131 | 41 | 42 | 120 | 45 |
| Binary | 10101011 | 1101000 | 10011 | 0 | 100111 | 1011001 | 100001 | 100010 | 1010000 | 100101 |
Color Harmonies of #AB6813
Complementary color
Monochromatic Colors of #AB6813
Black with #AB6813
Text Example
Text Example
White with #AB6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6813; }
p { color: rgb(171,104,19); }
H1.HeaderClassName
{
color: #AB6813;
}
.AnyTagClassName
{
color: #AB6813;
}
</style>
background-color css
<style>
a { background-color: #AB6813; }
a { background-color: rgb(171,104,19); }
div.DivClassName
{
background-color: #AB6813;
}
.BgClassName
{
background-color: #AB6813;
}
</style>
border-color css
<style>
span { border-color: #AB6813; }
span { border-color: rgb(171,104,19); }
td.TdClassName
{
border-color: #AB6813;
}
.TagClassName
{
border-color: #AB6813;
}
</style>