Shades of Golden Brown #AB6600
Tints of Golden Brown #AB6600
RGB
CMYK
RGB Variations
Color information
#AB6600 (or 0xAB6600) is known color: Golden Brown. HEX triplet: AB, 66 and 00. RGB value is (171,102,0). Sum of RGB (Red+Green+Blue) = 171+102+0=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6600 is #5499FF. Grayscale: #6F6F6F. Windows color (decimal): -5544448 or 26283. OLE color: 26283.
HSL color Cylindrical-coordinate representation of color #AB6600: hue angle of 35.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB6600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.33 |
| HSL | 35.79º | 1% | 0.34% | - |
| HSV(B) | 35.79º | 1% | 0.67% | - |
| XYZ | 21.55 | 18.16 | 2.37 | - |
| YUV | 111 | 65.36 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 0 | 0 | 0.40 | 1 | 0.33 | 35.79 | 1 | 0.34 |
| Hex | AB | 66 | 0 | 0 | 28 | 64 | 21 | 24 | 64 | 22 |
| Octal | 253 | 146 | 0 | 0 | 50 | 144 | 41 | 44 | 144 | 42 |
| Binary | 10101011 | 1100110 | 0 | 0 | 101000 | 1100100 | 100001 | 100100 | 1100100 | 100010 |
Color Harmonies of #AB6600
Complementary color
Monochromatic Colors of #AB6600
Black with #AB6600
Text Example
Text Example
White with #AB6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6600; }
p { color: rgb(171,102,0); }
H1.HeaderClassName
{
color: #AB6600;
}
.AnyTagClassName
{
color: #AB6600;
}
</style>
background-color css
<style>
a { background-color: #AB6600; }
a { background-color: rgb(171,102,0); }
div.DivClassName
{
background-color: #AB6600;
}
.BgClassName
{
background-color: #AB6600;
}
</style>
border-color css
<style>
span { border-color: #AB6600; }
span { border-color: rgb(171,102,0); }
td.TdClassName
{
border-color: #AB6600;
}
.TagClassName
{
border-color: #AB6600;
}
</style>