Shades of Golden Brown #AB5702
Tints of Golden Brown #AB5702
RGB
CMYK
RGB Variations
Color information
#AB5702 (or 0xAB5702) is known color: Golden Brown. HEX triplet: AB, 57 and 02. RGB value is (171,87,2). Sum of RGB (Red+Green+Blue) = 171+87+2=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5702 is #54A8FD. Grayscale: #666666. Windows color (decimal): -5548286 or 153515. OLE color: 153515.
HSL color Cylindrical-coordinate representation of color #AB5702: hue angle of 30.18º 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 #AB5702 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.33 |
| HSL | 30.18º | 0.98% | 0.34% | - |
| HSV(B) | 30.18º | 0.99% | 0.67% | - |
| XYZ | 20.21 | 15.48 | 1.98 | - |
| YUV | 102.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 2 | 0 | 0.49 | 0.99 | 0.33 | 30.18 | 0.98 | 0.34 |
| Hex | AB | 57 | 2 | 0 | 31 | 63 | 21 | 1E | 62 | 22 |
| Octal | 253 | 127 | 2 | 0 | 61 | 143 | 41 | 36 | 142 | 42 |
| Binary | 10101011 | 1010111 | 10 | 0 | 110001 | 1100011 | 100001 | 11110 | 1100010 | 100010 |
Color Harmonies of #AB5702
Complementary color
Monochromatic Colors of #AB5702
Black with #AB5702
Text Example
Text Example
White with #AB5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5702; }
p { color: rgb(171,87,2); }
H1.HeaderClassName
{
color: #AB5702;
}
.AnyTagClassName
{
color: #AB5702;
}
</style>
background-color css
<style>
a { background-color: #AB5702; }
a { background-color: rgb(171,87,2); }
div.DivClassName
{
background-color: #AB5702;
}
.BgClassName
{
background-color: #AB5702;
}
</style>
border-color css
<style>
span { border-color: #AB5702; }
span { border-color: rgb(171,87,2); }
td.TdClassName
{
border-color: #AB5702;
}
.TagClassName
{
border-color: #AB5702;
}
</style>