Shades of Golden Brown #AB6014
Tints of Golden Brown #AB6014
RGB
CMYK
RGB Variations
Color information
#AB6014 (or 0xAB6014) is known color: Golden Brown. HEX triplet: AB, 60 and 14. RGB value is (171,96,20). Sum of RGB (Red+Green+Blue) = 171+96+20=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6014 is #549FEB. Grayscale: #6E6E6E. Windows color (decimal): -5545964 or 1335467. OLE color: 1335467.
HSL color Cylindrical-coordinate representation of color #AB6014: hue angle of 30.2º 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 #AB6014 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 20 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.33 |
| HSL | 30.2º | 0.79% | 0.37% | - |
| HSV(B) | 30.2º | 0.88% | 0.67% | - |
| XYZ | 21.1 | 17.07 | 2.85 | - |
| YUV | 109.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 20 | 0 | 0.44 | 0.88 | 0.33 | 30.2 | 0.79 | 0.37 |
| Hex | AB | 60 | 14 | 0 | 2C | 58 | 21 | 1E | 4F | 25 |
| Octal | 253 | 140 | 24 | 0 | 54 | 130 | 41 | 36 | 117 | 45 |
| Binary | 10101011 | 1100000 | 10100 | 0 | 101100 | 1011000 | 100001 | 11110 | 1001111 | 100101 |
Color Harmonies of #AB6014
Complementary color
Monochromatic Colors of #AB6014
Black with #AB6014
Text Example
Text Example
White with #AB6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6014; }
p { color: rgb(171,96,20); }
H1.HeaderClassName
{
color: #AB6014;
}
.AnyTagClassName
{
color: #AB6014;
}
</style>
background-color css
<style>
a { background-color: #AB6014; }
a { background-color: rgb(171,96,20); }
div.DivClassName
{
background-color: #AB6014;
}
.BgClassName
{
background-color: #AB6014;
}
</style>
border-color css
<style>
span { border-color: #AB6014; }
span { border-color: rgb(171,96,20); }
td.TdClassName
{
border-color: #AB6014;
}
.TagClassName
{
border-color: #AB6014;
}
</style>