Shades of Golden Brown #AB600A
Tints of Golden Brown #AB600A
RGB
CMYK
RGB Variations
Color information
#AB600A (or 0xAB600A) is known color: Golden Brown. HEX triplet: AB, 60 and 0A. RGB value is (171,96,10). Sum of RGB (Red+Green+Blue) = 171+96+10=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB600A is #549FF5. Grayscale: #6D6D6D. Windows color (decimal): -5545974 or 680107. OLE color: 680107.
HSL color Cylindrical-coordinate representation of color #AB600A: hue angle of 32.05º 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 #AB600A is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 10 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.33 |
| HSL | 32.05º | 0.89% | 0.35% | - |
| HSV(B) | 32.05º | 0.94% | 0.67% | - |
| XYZ | 21.03 | 17.05 | 2.47 | - |
| YUV | 108.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 10 | 0 | 0.44 | 0.94 | 0.33 | 32.05 | 0.89 | 0.35 |
| Hex | AB | 60 | A | 0 | 2C | 5E | 21 | 20 | 59 | 23 |
| Octal | 253 | 140 | 12 | 0 | 54 | 136 | 41 | 40 | 131 | 43 |
| Binary | 10101011 | 1100000 | 1010 | 0 | 101100 | 1011110 | 100001 | 100000 | 1011001 | 100011 |
Color Harmonies of #AB600A
Complementary color
Monochromatic Colors of #AB600A
Black with #AB600A
Text Example
Text Example
White with #AB600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB600A; }
p { color: rgb(171,96,10); }
H1.HeaderClassName
{
color: #AB600A;
}
.AnyTagClassName
{
color: #AB600A;
}
</style>
background-color css
<style>
a { background-color: #AB600A; }
a { background-color: rgb(171,96,10); }
div.DivClassName
{
background-color: #AB600A;
}
.BgClassName
{
background-color: #AB600A;
}
</style>
border-color css
<style>
span { border-color: #AB600A; }
span { border-color: rgb(171,96,10); }
td.TdClassName
{
border-color: #AB600A;
}
.TagClassName
{
border-color: #AB600A;
}
</style>