Shades of Golden Brown #AB6616
Tints of Golden Brown #AB6616
RGB
CMYK
RGB Variations
Color information
#AB6616 (or 0xAB6616) is known color: Golden Brown. HEX triplet: AB, 66 and 16. RGB value is (171,102,22). Sum of RGB (Red+Green+Blue) = 171+102+22=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6616 is #5499E9. Grayscale: #717171. Windows color (decimal): -5544426 or 1468075. OLE color: 1468075.
HSL color Cylindrical-coordinate representation of color #AB6616: hue angle of 32.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB6616 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 22 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.33 |
| HSL | 32.21º | 0.77% | 0.38% | - |
| HSV(B) | 32.21º | 0.87% | 0.67% | - |
| XYZ | 21.69 | 18.22 | 3.13 | - |
| YUV | 113.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 22 | 0 | 0.40 | 0.87 | 0.33 | 32.21 | 0.77 | 0.38 |
| Hex | AB | 66 | 16 | 0 | 28 | 57 | 21 | 20 | 4D | 26 |
| Octal | 253 | 146 | 26 | 0 | 50 | 127 | 41 | 40 | 115 | 46 |
| Binary | 10101011 | 1100110 | 10110 | 0 | 101000 | 1010111 | 100001 | 100000 | 1001101 | 100110 |
Color Harmonies of #AB6616
Complementary color
Monochromatic Colors of #AB6616
Black with #AB6616
Text Example
Text Example
White with #AB6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6616; }
p { color: rgb(171,102,22); }
H1.HeaderClassName
{
color: #AB6616;
}
.AnyTagClassName
{
color: #AB6616;
}
</style>
background-color css
<style>
a { background-color: #AB6616; }
a { background-color: rgb(171,102,22); }
div.DivClassName
{
background-color: #AB6616;
}
.BgClassName
{
background-color: #AB6616;
}
</style>
border-color css
<style>
span { border-color: #AB6616; }
span { border-color: rgb(171,102,22); }
td.TdClassName
{
border-color: #AB6616;
}
.TagClassName
{
border-color: #AB6616;
}
</style>