Shades of Golden Brown #AB6002
Tints of Golden Brown #AB6002
RGB
CMYK
RGB Variations
Color information
#AB6002 (or 0xAB6002) is known color: Golden Brown. HEX triplet: AB, 60 and 02. RGB value is (171,96,2). Sum of RGB (Red+Green+Blue) = 171+96+2=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6002 is #549FFD. Grayscale: #6C6C6C. Windows color (decimal): -5545982 or 155819. OLE color: 155819.
HSL color Cylindrical-coordinate representation of color #AB6002: hue angle of 33.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB6002 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.33 |
| HSL | 33.37º | 0.98% | 0.34% | - |
| HSV(B) | 33.37º | 0.99% | 0.67% | - |
| XYZ | 20.99 | 17.03 | 2.24 | - |
| YUV | 107.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 2 | 0 | 0.44 | 0.99 | 0.33 | 33.37 | 0.98 | 0.34 |
| Hex | AB | 60 | 2 | 0 | 2C | 63 | 21 | 21 | 62 | 22 |
| Octal | 253 | 140 | 2 | 0 | 54 | 143 | 41 | 41 | 142 | 42 |
| Binary | 10101011 | 1100000 | 10 | 0 | 101100 | 1100011 | 100001 | 100001 | 1100010 | 100010 |
Color Harmonies of #AB6002
Complementary color
Monochromatic Colors of #AB6002
Black with #AB6002
Text Example
Text Example
White with #AB6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6002; }
p { color: rgb(171,96,2); }
H1.HeaderClassName
{
color: #AB6002;
}
.AnyTagClassName
{
color: #AB6002;
}
</style>
background-color css
<style>
a { background-color: #AB6002; }
a { background-color: rgb(171,96,2); }
div.DivClassName
{
background-color: #AB6002;
}
.BgClassName
{
background-color: #AB6002;
}
</style>
border-color css
<style>
span { border-color: #AB6002; }
span { border-color: rgb(171,96,2); }
td.TdClassName
{
border-color: #AB6002;
}
.TagClassName
{
border-color: #AB6002;
}
</style>