Shades of Golden Brown #AB6B11
Tints of Golden Brown #AB6B11
RGB
CMYK
RGB Variations
Color information
#AB6B11 (or 0xAB6B11) is known color: Golden Brown. HEX triplet: AB, 6B and 11. RGB value is (171,107,17). Sum of RGB (Red+Green+Blue) = 171+107+17=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B11 is #5494EE. Grayscale: #747474. Windows color (decimal): -5543151 or 1141675. OLE color: 1141675.
HSL color Cylindrical-coordinate representation of color #AB6B11: hue angle of 35.06º 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 #AB6B11 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 17 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.33 |
| HSL | 35.06º | 0.82% | 0.37% | - |
| HSV(B) | 35.06º | 0.9% | 0.67% | - |
| XYZ | 22.15 | 19.21 | 3.07 | - |
| YUV | 115.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 17 | 0 | 0.37 | 0.90 | 0.33 | 35.06 | 0.82 | 0.37 |
| Hex | AB | 6B | 11 | 0 | 25 | 5A | 21 | 23 | 52 | 25 |
| Octal | 253 | 153 | 21 | 0 | 45 | 132 | 41 | 43 | 122 | 45 |
| Binary | 10101011 | 1101011 | 10001 | 0 | 100101 | 1011010 | 100001 | 100011 | 1010010 | 100101 |
Color Harmonies of #AB6B11
Complementary color
Monochromatic Colors of #AB6B11
Black with #AB6B11
Text Example
Text Example
White with #AB6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B11; }
p { color: rgb(171,107,17); }
H1.HeaderClassName
{
color: #AB6B11;
}
.AnyTagClassName
{
color: #AB6B11;
}
</style>
background-color css
<style>
a { background-color: #AB6B11; }
a { background-color: rgb(171,107,17); }
div.DivClassName
{
background-color: #AB6B11;
}
.BgClassName
{
background-color: #AB6B11;
}
</style>
border-color css
<style>
span { border-color: #AB6B11; }
span { border-color: rgb(171,107,17); }
td.TdClassName
{
border-color: #AB6B11;
}
.TagClassName
{
border-color: #AB6B11;
}
</style>