Shades of Golden Brown #AB660D
Tints of Golden Brown #AB660D
RGB
CMYK
RGB Variations
Color information
#AB660D (or 0xAB660D) is known color: Golden Brown. HEX triplet: AB, 66 and 0D. RGB value is (171,102,13). Sum of RGB (Red+Green+Blue) = 171+102+13=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB660D is #5499F2. Grayscale: #707070. Windows color (decimal): -5544435 or 878251. OLE color: 878251.
HSL color Cylindrical-coordinate representation of color #AB660D: hue angle of 33.8º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB660D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.33 |
| HSL | 33.8º | 0.86% | 0.36% | - |
| HSV(B) | 33.8º | 0.92% | 0.67% | - |
| XYZ | 21.62 | 18.19 | 2.75 | - |
| YUV | 112.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 13 | 0 | 0.40 | 0.92 | 0.33 | 33.8 | 0.86 | 0.36 |
| Hex | AB | 66 | D | 0 | 28 | 5C | 21 | 22 | 56 | 24 |
| Octal | 253 | 146 | 15 | 0 | 50 | 134 | 41 | 42 | 126 | 44 |
| Binary | 10101011 | 1100110 | 1101 | 0 | 101000 | 1011100 | 100001 | 100010 | 1010110 | 100100 |
Color Harmonies of #AB660D
Complementary color
Monochromatic Colors of #AB660D
Black with #AB660D
Text Example
Text Example
White with #AB660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB660D; }
p { color: rgb(171,102,13); }
H1.HeaderClassName
{
color: #AB660D;
}
.AnyTagClassName
{
color: #AB660D;
}
</style>
background-color css
<style>
a { background-color: #AB660D; }
a { background-color: rgb(171,102,13); }
div.DivClassName
{
background-color: #AB660D;
}
.BgClassName
{
background-color: #AB660D;
}
</style>
border-color css
<style>
span { border-color: #AB660D; }
span { border-color: rgb(171,102,13); }
td.TdClassName
{
border-color: #AB660D;
}
.TagClassName
{
border-color: #AB660D;
}
</style>