Shades of Golden Brown #AB660C
Tints of Golden Brown #AB660C
RGB
CMYK
RGB Variations
Color information
#AB660C (or 0xAB660C) is known color: Golden Brown. HEX triplet: AB, 66 and 0C. RGB value is (171,102,12). Sum of RGB (Red+Green+Blue) = 171+102+12=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB660C is #5499F3. Grayscale: #707070. Windows color (decimal): -5544436 or 812715. OLE color: 812715.
HSL color Cylindrical-coordinate representation of color #AB660C: hue angle of 33.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB660C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.33 |
| HSL | 33.96º | 0.87% | 0.36% | - |
| HSV(B) | 33.96º | 0.93% | 0.67% | - |
| XYZ | 21.61 | 18.19 | 2.72 | - |
| YUV | 112.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 12 | 0 | 0.40 | 0.93 | 0.33 | 33.96 | 0.87 | 0.36 |
| Hex | AB | 66 | C | 0 | 28 | 5D | 21 | 22 | 57 | 24 |
| Octal | 253 | 146 | 14 | 0 | 50 | 135 | 41 | 42 | 127 | 44 |
| Binary | 10101011 | 1100110 | 1100 | 0 | 101000 | 1011101 | 100001 | 100010 | 1010111 | 100100 |
Color Harmonies of #AB660C
Complementary color
Monochromatic Colors of #AB660C
Black with #AB660C
Text Example
Text Example
White with #AB660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB660C; }
p { color: rgb(171,102,12); }
H1.HeaderClassName
{
color: #AB660C;
}
.AnyTagClassName
{
color: #AB660C;
}
</style>
background-color css
<style>
a { background-color: #AB660C; }
a { background-color: rgb(171,102,12); }
div.DivClassName
{
background-color: #AB660C;
}
.BgClassName
{
background-color: #AB660C;
}
</style>
border-color css
<style>
span { border-color: #AB660C; }
span { border-color: rgb(171,102,12); }
td.TdClassName
{
border-color: #AB660C;
}
.TagClassName
{
border-color: #AB660C;
}
</style>