Shades of Golden Brown #AB6F02
Tints of Golden Brown #AB6F02
RGB
CMYK
RGB Variations
Color information
#AB6F02 (or 0xAB6F02) is known color: Golden Brown. HEX triplet: AB, 6F and 02. RGB value is (171,111,2). Sum of RGB (Red+Green+Blue) = 171+111+2=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F02 is #5490FD. Grayscale: #757575. Windows color (decimal): -5542142 or 159659. OLE color: 159659.
HSL color Cylindrical-coordinate representation of color #AB6F02: hue angle of 38.7º 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 #AB6F02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.33 |
| HSL | 38.7º | 0.98% | 0.34% | - |
| HSV(B) | 38.7º | 0.99% | 0.67% | - |
| XYZ | 22.49 | 20.03 | 2.74 | - |
| YUV | 116.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 2 | 0 | 0.35 | 0.99 | 0.33 | 38.7 | 0.98 | 0.34 |
| Hex | AB | 6F | 2 | 0 | 23 | 63 | 21 | 27 | 62 | 22 |
| Octal | 253 | 157 | 2 | 0 | 43 | 143 | 41 | 47 | 142 | 42 |
| Binary | 10101011 | 1101111 | 10 | 0 | 100011 | 1100011 | 100001 | 100111 | 1100010 | 100010 |
Color Harmonies of #AB6F02
Complementary color
Monochromatic Colors of #AB6F02
Black with #AB6F02
Text Example
Text Example
White with #AB6F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F02; }
p { color: rgb(171,111,2); }
H1.HeaderClassName
{
color: #AB6F02;
}
.AnyTagClassName
{
color: #AB6F02;
}
</style>
background-color css
<style>
a { background-color: #AB6F02; }
a { background-color: rgb(171,111,2); }
div.DivClassName
{
background-color: #AB6F02;
}
.BgClassName
{
background-color: #AB6F02;
}
</style>
border-color css
<style>
span { border-color: #AB6F02; }
span { border-color: rgb(171,111,2); }
td.TdClassName
{
border-color: #AB6F02;
}
.TagClassName
{
border-color: #AB6F02;
}
</style>