Shades of Golden Brown #AB6802
Tints of Golden Brown #AB6802
RGB
CMYK
RGB Variations
Color information
#AB6802 (or 0xAB6802) is known color: Golden Brown. HEX triplet: AB, 68 and 02. RGB value is (171,104,2). Sum of RGB (Red+Green+Blue) = 171+104+2=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6802 is #5497FD. Grayscale: #707070. Windows color (decimal): -5543934 or 157867. OLE color: 157867.
HSL color Cylindrical-coordinate representation of color #AB6802: hue angle of 36.21º 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 #AB6802 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.33 |
| HSL | 36.21º | 0.98% | 0.34% | - |
| HSV(B) | 36.21º | 0.99% | 0.67% | - |
| XYZ | 21.76 | 18.56 | 2.49 | - |
| YUV | 112.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 2 | 0 | 0.39 | 0.99 | 0.33 | 36.21 | 0.98 | 0.34 |
| Hex | AB | 68 | 2 | 0 | 27 | 63 | 21 | 24 | 62 | 22 |
| Octal | 253 | 150 | 2 | 0 | 47 | 143 | 41 | 44 | 142 | 42 |
| Binary | 10101011 | 1101000 | 10 | 0 | 100111 | 1100011 | 100001 | 100100 | 1100010 | 100010 |
Color Harmonies of #AB6802
Complementary color
Monochromatic Colors of #AB6802
Black with #AB6802
Text Example
Text Example
White with #AB6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6802; }
p { color: rgb(171,104,2); }
H1.HeaderClassName
{
color: #AB6802;
}
.AnyTagClassName
{
color: #AB6802;
}
</style>
background-color css
<style>
a { background-color: #AB6802; }
a { background-color: rgb(171,104,2); }
div.DivClassName
{
background-color: #AB6802;
}
.BgClassName
{
background-color: #AB6802;
}
</style>
border-color css
<style>
span { border-color: #AB6802; }
span { border-color: rgb(171,104,2); }
td.TdClassName
{
border-color: #AB6802;
}
.TagClassName
{
border-color: #AB6802;
}
</style>