Shades of Golden Brown #AB610E
Tints of Golden Brown #AB610E
RGB
CMYK
RGB Variations
Color information
#AB610E (or 0xAB610E) is known color: Golden Brown. HEX triplet: AB, 61 and 0E. RGB value is (171,97,14). Sum of RGB (Red+Green+Blue) = 171+97+14=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB610E is #549EF1. Grayscale: #6E6E6E. Windows color (decimal): -5545714 or 942507. OLE color: 942507.
HSL color Cylindrical-coordinate representation of color #AB610E: hue angle of 31.72º 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 #AB610E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 14 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.33 |
| HSL | 31.72º | 0.85% | 0.36% | - |
| HSV(B) | 31.72º | 0.92% | 0.67% | - |
| XYZ | 21.15 | 17.24 | 2.63 | - |
| YUV | 109.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 14 | 0 | 0.43 | 0.92 | 0.33 | 31.72 | 0.85 | 0.36 |
| Hex | AB | 61 | E | 0 | 2B | 5C | 21 | 20 | 55 | 24 |
| Octal | 253 | 141 | 16 | 0 | 53 | 134 | 41 | 40 | 125 | 44 |
| Binary | 10101011 | 1100001 | 1110 | 0 | 101011 | 1011100 | 100001 | 100000 | 1010101 | 100100 |
Color Harmonies of #AB610E
Complementary color
Monochromatic Colors of #AB610E
Black with #AB610E
Text Example
Text Example
White with #AB610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB610E; }
p { color: rgb(171,97,14); }
H1.HeaderClassName
{
color: #AB610E;
}
.AnyTagClassName
{
color: #AB610E;
}
</style>
background-color css
<style>
a { background-color: #AB610E; }
a { background-color: rgb(171,97,14); }
div.DivClassName
{
background-color: #AB610E;
}
.BgClassName
{
background-color: #AB610E;
}
</style>
border-color css
<style>
span { border-color: #AB610E; }
span { border-color: rgb(171,97,14); }
td.TdClassName
{
border-color: #AB610E;
}
.TagClassName
{
border-color: #AB610E;
}
</style>