Shades of Golden Brown #AB6511
Tints of Golden Brown #AB6511
RGB
CMYK
RGB Variations
Color information
#AB6511 (or 0xAB6511) is known color: Golden Brown. HEX triplet: AB, 65 and 11. RGB value is (171,101,17). Sum of RGB (Red+Green+Blue) = 171+101+17=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6511 is #549AEE. Grayscale: #707070. Windows color (decimal): -5544687 or 1140139. OLE color: 1140139.
HSL color Cylindrical-coordinate representation of color #AB6511: hue angle of 32.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB6511 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 17 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.33 |
| HSL | 32.73º | 0.82% | 0.37% | - |
| HSV(B) | 32.73º | 0.9% | 0.67% | - |
| XYZ | 21.55 | 18.01 | 2.87 | - |
| YUV | 112.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 17 | 0 | 0.41 | 0.90 | 0.33 | 32.73 | 0.82 | 0.37 |
| Hex | AB | 65 | 11 | 0 | 29 | 5A | 21 | 21 | 52 | 25 |
| Octal | 253 | 145 | 21 | 0 | 51 | 132 | 41 | 41 | 122 | 45 |
| Binary | 10101011 | 1100101 | 10001 | 0 | 101001 | 1011010 | 100001 | 100001 | 1010010 | 100101 |
Color Harmonies of #AB6511
Complementary color
Monochromatic Colors of #AB6511
Black with #AB6511
Text Example
Text Example
White with #AB6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6511; }
p { color: rgb(171,101,17); }
H1.HeaderClassName
{
color: #AB6511;
}
.AnyTagClassName
{
color: #AB6511;
}
</style>
background-color css
<style>
a { background-color: #AB6511; }
a { background-color: rgb(171,101,17); }
div.DivClassName
{
background-color: #AB6511;
}
.BgClassName
{
background-color: #AB6511;
}
</style>
border-color css
<style>
span { border-color: #AB6511; }
span { border-color: rgb(171,101,17); }
td.TdClassName
{
border-color: #AB6511;
}
.TagClassName
{
border-color: #AB6511;
}
</style>