Shades of Golden Brown #AB6B13
Tints of Golden Brown #AB6B13
RGB
CMYK
RGB Variations
Color information
#AB6B13 (or 0xAB6B13) is known color: Golden Brown. HEX triplet: AB, 6B and 13. RGB value is (171,107,19). Sum of RGB (Red+Green+Blue) = 171+107+19=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B13 is #5494EC. Grayscale: #747474. Windows color (decimal): -5543149 or 1272747. OLE color: 1272747.
HSL color Cylindrical-coordinate representation of color #AB6B13: hue angle of 34.74º 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 #AB6B13 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 19 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.33 |
| HSL | 34.74º | 0.8% | 0.37% | - |
| HSV(B) | 34.74º | 0.89% | 0.67% | - |
| XYZ | 22.17 | 19.22 | 3.16 | - |
| YUV | 116.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 19 | 0 | 0.37 | 0.89 | 0.33 | 34.74 | 0.8 | 0.37 |
| Hex | AB | 6B | 13 | 0 | 25 | 59 | 21 | 23 | 50 | 25 |
| Octal | 253 | 153 | 23 | 0 | 45 | 131 | 41 | 43 | 120 | 45 |
| Binary | 10101011 | 1101011 | 10011 | 0 | 100101 | 1011001 | 100001 | 100011 | 1010000 | 100101 |
Color Harmonies of #AB6B13
Complementary color
Monochromatic Colors of #AB6B13
Black with #AB6B13
Text Example
Text Example
White with #AB6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B13; }
p { color: rgb(171,107,19); }
H1.HeaderClassName
{
color: #AB6B13;
}
.AnyTagClassName
{
color: #AB6B13;
}
</style>
background-color css
<style>
a { background-color: #AB6B13; }
a { background-color: rgb(171,107,19); }
div.DivClassName
{
background-color: #AB6B13;
}
.BgClassName
{
background-color: #AB6B13;
}
</style>
border-color css
<style>
span { border-color: #AB6B13; }
span { border-color: rgb(171,107,19); }
td.TdClassName
{
border-color: #AB6B13;
}
.TagClassName
{
border-color: #AB6B13;
}
</style>