Shades of Golden Brown #AB680E
Tints of Golden Brown #AB680E
RGB
CMYK
RGB Variations
Color information
#AB680E (or 0xAB680E) is known color: Golden Brown. HEX triplet: AB, 68 and 0E. RGB value is (171,104,14). Sum of RGB (Red+Green+Blue) = 171+104+14=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB680E is #5497F1. Grayscale: #727272. Windows color (decimal): -5543922 or 944299. OLE color: 944299.
HSL color Cylindrical-coordinate representation of color #AB680E: hue angle of 34.39º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB680E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.33 |
| HSL | 34.39º | 0.85% | 0.36% | - |
| HSV(B) | 34.39º | 0.92% | 0.67% | - |
| XYZ | 21.82 | 18.59 | 2.85 | - |
| YUV | 113.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 14 | 0 | 0.39 | 0.92 | 0.33 | 34.39 | 0.85 | 0.36 |
| Hex | AB | 68 | E | 0 | 27 | 5C | 21 | 22 | 55 | 24 |
| Octal | 253 | 150 | 16 | 0 | 47 | 134 | 41 | 42 | 125 | 44 |
| Binary | 10101011 | 1101000 | 1110 | 0 | 100111 | 1011100 | 100001 | 100010 | 1010101 | 100100 |
Color Harmonies of #AB680E
Complementary color
Monochromatic Colors of #AB680E
Black with #AB680E
Text Example
Text Example
White with #AB680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB680E; }
p { color: rgb(171,104,14); }
H1.HeaderClassName
{
color: #AB680E;
}
.AnyTagClassName
{
color: #AB680E;
}
</style>
background-color css
<style>
a { background-color: #AB680E; }
a { background-color: rgb(171,104,14); }
div.DivClassName
{
background-color: #AB680E;
}
.BgClassName
{
background-color: #AB680E;
}
</style>
border-color css
<style>
span { border-color: #AB680E; }
span { border-color: rgb(171,104,14); }
td.TdClassName
{
border-color: #AB680E;
}
.TagClassName
{
border-color: #AB680E;
}
</style>