Shades of Golden Brown #AB6C14
Tints of Golden Brown #AB6C14
RGB
CMYK
RGB Variations
Color information
#AB6C14 (or 0xAB6C14) is known color: Golden Brown. HEX triplet: AB, 6C and 14. RGB value is (171,108,20). Sum of RGB (Red+Green+Blue) = 171+108+20=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6C14 is #5493EB. Grayscale: #757575. Windows color (decimal): -5542892 or 1338539. OLE color: 1338539.
HSL color Cylindrical-coordinate representation of color #AB6C14: hue angle of 34.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB6C14 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 20 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.33 |
| HSL | 34.97º | 0.79% | 0.37% | - |
| HSV(B) | 34.97º | 0.88% | 0.67% | - |
| XYZ | 22.28 | 19.43 | 3.24 | - |
| YUV | 116.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 20 | 0 | 0.37 | 0.88 | 0.33 | 34.97 | 0.79 | 0.37 |
| Hex | AB | 6C | 14 | 0 | 25 | 58 | 21 | 23 | 4F | 25 |
| Octal | 253 | 154 | 24 | 0 | 45 | 130 | 41 | 43 | 117 | 45 |
| Binary | 10101011 | 1101100 | 10100 | 0 | 100101 | 1011000 | 100001 | 100011 | 1001111 | 100101 |
Color Harmonies of #AB6C14
Complementary color
Monochromatic Colors of #AB6C14
Black with #AB6C14
Text Example
Text Example
White with #AB6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C14; }
p { color: rgb(171,108,20); }
H1.HeaderClassName
{
color: #AB6C14;
}
.AnyTagClassName
{
color: #AB6C14;
}
</style>
background-color css
<style>
a { background-color: #AB6C14; }
a { background-color: rgb(171,108,20); }
div.DivClassName
{
background-color: #AB6C14;
}
.BgClassName
{
background-color: #AB6C14;
}
</style>
border-color css
<style>
span { border-color: #AB6C14; }
span { border-color: rgb(171,108,20); }
td.TdClassName
{
border-color: #AB6C14;
}
.TagClassName
{
border-color: #AB6C14;
}
</style>