Shades of Golden Brown #AB6911
Tints of Golden Brown #AB6911
RGB
CMYK
RGB Variations
Color information
#AB6911 (or 0xAB6911) is known color: Golden Brown. HEX triplet: AB, 69 and 11. RGB value is (171,105,17). Sum of RGB (Red+Green+Blue) = 171+105+17=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6911 is #5496EE. Grayscale: #737373. Windows color (decimal): -5543663 or 1141163. OLE color: 1141163.
HSL color Cylindrical-coordinate representation of color #AB6911: hue angle of 34.29º 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 #AB6911 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 17 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.33 |
| HSL | 34.29º | 0.82% | 0.37% | - |
| HSV(B) | 34.29º | 0.9% | 0.67% | - |
| XYZ | 21.95 | 18.8 | 3 | - |
| YUV | 114.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 17 | 0 | 0.39 | 0.90 | 0.33 | 34.29 | 0.82 | 0.37 |
| Hex | AB | 69 | 11 | 0 | 27 | 5A | 21 | 22 | 52 | 25 |
| Octal | 253 | 151 | 21 | 0 | 47 | 132 | 41 | 42 | 122 | 45 |
| Binary | 10101011 | 1101001 | 10001 | 0 | 100111 | 1011010 | 100001 | 100010 | 1010010 | 100101 |
Color Harmonies of #AB6911
Complementary color
Monochromatic Colors of #AB6911
Black with #AB6911
Text Example
Text Example
White with #AB6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6911; }
p { color: rgb(171,105,17); }
H1.HeaderClassName
{
color: #AB6911;
}
.AnyTagClassName
{
color: #AB6911;
}
</style>
background-color css
<style>
a { background-color: #AB6911; }
a { background-color: rgb(171,105,17); }
div.DivClassName
{
background-color: #AB6911;
}
.BgClassName
{
background-color: #AB6911;
}
</style>
border-color css
<style>
span { border-color: #AB6911; }
span { border-color: rgb(171,105,17); }
td.TdClassName
{
border-color: #AB6911;
}
.TagClassName
{
border-color: #AB6911;
}
</style>