Shades of Golden Brown #AB6714
Tints of Golden Brown #AB6714
RGB
CMYK
RGB Variations
Color information
#AB6714 (or 0xAB6714) is known color: Golden Brown. HEX triplet: AB, 67 and 14. RGB value is (171,103,20). Sum of RGB (Red+Green+Blue) = 171+103+20=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6714 is #5498EB. Grayscale: #727272. Windows color (decimal): -5544172 or 1337259. OLE color: 1337259.
HSL color Cylindrical-coordinate representation of color #AB6714: hue angle of 32.98º 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 #AB6714 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 20 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.33 |
| HSL | 32.98º | 0.79% | 0.37% | - |
| HSV(B) | 32.98º | 0.88% | 0.67% | - |
| XYZ | 21.77 | 18.41 | 3.07 | - |
| YUV | 113.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 20 | 0 | 0.40 | 0.88 | 0.33 | 32.98 | 0.79 | 0.37 |
| Hex | AB | 67 | 14 | 0 | 28 | 58 | 21 | 21 | 4F | 25 |
| Octal | 253 | 147 | 24 | 0 | 50 | 130 | 41 | 41 | 117 | 45 |
| Binary | 10101011 | 1100111 | 10100 | 0 | 101000 | 1011000 | 100001 | 100001 | 1001111 | 100101 |
Color Harmonies of #AB6714
Complementary color
Monochromatic Colors of #AB6714
Black with #AB6714
Text Example
Text Example
White with #AB6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6714; }
p { color: rgb(171,103,20); }
H1.HeaderClassName
{
color: #AB6714;
}
.AnyTagClassName
{
color: #AB6714;
}
</style>
background-color css
<style>
a { background-color: #AB6714; }
a { background-color: rgb(171,103,20); }
div.DivClassName
{
background-color: #AB6714;
}
.BgClassName
{
background-color: #AB6714;
}
</style>
border-color css
<style>
span { border-color: #AB6714; }
span { border-color: rgb(171,103,20); }
td.TdClassName
{
border-color: #AB6714;
}
.TagClassName
{
border-color: #AB6714;
}
</style>