Shades of Golden Brown #AB661B
Tints of Golden Brown #AB661B
RGB
CMYK
RGB Variations
Color information
#AB661B (or 0xAB661B) is known color: Golden Brown. HEX triplet: AB, 66 and 1B. RGB value is (171,102,27). Sum of RGB (Red+Green+Blue) = 171+102+27=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB661B is #5499E4. Grayscale: #727272. Windows color (decimal): -5544421 or 1795755. OLE color: 1795755.
HSL color Cylindrical-coordinate representation of color #AB661B: hue angle of 31.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB661B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.33 |
| HSL | 31.25º | 0.73% | 0.39% | - |
| HSV(B) | 31.25º | 0.84% | 0.67% | - |
| XYZ | 21.74 | 18.24 | 3.41 | - |
| YUV | 114.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 27 | 0 | 0.40 | 0.84 | 0.33 | 31.25 | 0.73 | 0.39 |
| Hex | AB | 66 | 1B | 0 | 28 | 54 | 21 | 1F | 49 | 27 |
| Octal | 253 | 146 | 33 | 0 | 50 | 124 | 41 | 37 | 111 | 47 |
| Binary | 10101011 | 1100110 | 11011 | 0 | 101000 | 1010100 | 100001 | 11111 | 1001001 | 100111 |
Color Harmonies of #AB661B
Complementary color
Monochromatic Colors of #AB661B
Black with #AB661B
Text Example
Text Example
White with #AB661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB661B; }
p { color: rgb(171,102,27); }
H1.HeaderClassName
{
color: #AB661B;
}
.AnyTagClassName
{
color: #AB661B;
}
</style>
background-color css
<style>
a { background-color: #AB661B; }
a { background-color: rgb(171,102,27); }
div.DivClassName
{
background-color: #AB661B;
}
.BgClassName
{
background-color: #AB661B;
}
</style>
border-color css
<style>
span { border-color: #AB661B; }
span { border-color: rgb(171,102,27); }
td.TdClassName
{
border-color: #AB661B;
}
.TagClassName
{
border-color: #AB661B;
}
</style>