Shades of Golden Brown #AB600B
Tints of Golden Brown #AB600B
RGB
CMYK
RGB Variations
Color information
#AB600B (or 0xAB600B) is known color: Golden Brown. HEX triplet: AB, 60 and 0B. RGB value is (171,96,11). Sum of RGB (Red+Green+Blue) = 171+96+11=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB600B is #549FF4. Grayscale: #6D6D6D. Windows color (decimal): -5545973 or 745643. OLE color: 745643.
HSL color Cylindrical-coordinate representation of color #AB600B: hue angle of 31.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB600B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.33 |
| HSL | 31.88º | 0.88% | 0.36% | - |
| HSV(B) | 31.88º | 0.94% | 0.67% | - |
| XYZ | 21.04 | 17.05 | 2.5 | - |
| YUV | 108.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 11 | 0 | 0.44 | 0.94 | 0.33 | 31.88 | 0.88 | 0.36 |
| Hex | AB | 60 | B | 0 | 2C | 5E | 21 | 20 | 58 | 24 |
| Octal | 253 | 140 | 13 | 0 | 54 | 136 | 41 | 40 | 130 | 44 |
| Binary | 10101011 | 1100000 | 1011 | 0 | 101100 | 1011110 | 100001 | 100000 | 1011000 | 100100 |
Color Harmonies of #AB600B
Complementary color
Monochromatic Colors of #AB600B
Black with #AB600B
Text Example
Text Example
White with #AB600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB600B; }
p { color: rgb(171,96,11); }
H1.HeaderClassName
{
color: #AB600B;
}
.AnyTagClassName
{
color: #AB600B;
}
</style>
background-color css
<style>
a { background-color: #AB600B; }
a { background-color: rgb(171,96,11); }
div.DivClassName
{
background-color: #AB600B;
}
.BgClassName
{
background-color: #AB600B;
}
</style>
border-color css
<style>
span { border-color: #AB600B; }
span { border-color: rgb(171,96,11); }
td.TdClassName
{
border-color: #AB600B;
}
.TagClassName
{
border-color: #AB600B;
}
</style>