Shades of Golden Brown #AB610A
Tints of Golden Brown #AB610A
RGB
CMYK
RGB Variations
Color information
#AB610A (or 0xAB610A) is known color: Golden Brown. HEX triplet: AB, 61 and 0A. RGB value is (171,97,10). Sum of RGB (Red+Green+Blue) = 171+97+10=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB610A is #549EF5. Grayscale: #6D6D6D. Windows color (decimal): -5545718 or 680363. OLE color: 680363.
HSL color Cylindrical-coordinate representation of color #AB610A: hue angle of 32.42º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB610A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 10 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.33 |
| HSL | 32.42º | 0.89% | 0.35% | - |
| HSV(B) | 32.42º | 0.94% | 0.67% | - |
| XYZ | 21.12 | 17.23 | 2.5 | - |
| YUV | 109.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 10 | 0 | 0.43 | 0.94 | 0.33 | 32.42 | 0.89 | 0.35 |
| Hex | AB | 61 | A | 0 | 2B | 5E | 21 | 20 | 59 | 23 |
| Octal | 253 | 141 | 12 | 0 | 53 | 136 | 41 | 40 | 131 | 43 |
| Binary | 10101011 | 1100001 | 1010 | 0 | 101011 | 1011110 | 100001 | 100000 | 1011001 | 100011 |
Color Harmonies of #AB610A
Complementary color
Monochromatic Colors of #AB610A
Black with #AB610A
Text Example
Text Example
White with #AB610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB610A; }
p { color: rgb(171,97,10); }
H1.HeaderClassName
{
color: #AB610A;
}
.AnyTagClassName
{
color: #AB610A;
}
</style>
background-color css
<style>
a { background-color: #AB610A; }
a { background-color: rgb(171,97,10); }
div.DivClassName
{
background-color: #AB610A;
}
.BgClassName
{
background-color: #AB610A;
}
</style>
border-color css
<style>
span { border-color: #AB610A; }
span { border-color: rgb(171,97,10); }
td.TdClassName
{
border-color: #AB610A;
}
.TagClassName
{
border-color: #AB610A;
}
</style>