Shades of Golden Brown #AB6715
Tints of Golden Brown #AB6715
RGB
CMYK
RGB Variations
Color information
#AB6715 (or 0xAB6715) is known color: Golden Brown. HEX triplet: AB, 67 and 15. RGB value is (171,103,21). Sum of RGB (Red+Green+Blue) = 171+103+21=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6715 is #5498EA. Grayscale: #727272. Windows color (decimal): -5544171 or 1402795. OLE color: 1402795.
HSL color Cylindrical-coordinate representation of color #AB6715: hue angle of 32.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB6715 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 21 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.33 |
| HSL | 32.8º | 0.78% | 0.38% | - |
| HSV(B) | 32.8º | 0.88% | 0.67% | - |
| XYZ | 21.78 | 18.41 | 3.12 | - |
| YUV | 113.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 21 | 0 | 0.40 | 0.88 | 0.33 | 32.8 | 0.78 | 0.38 |
| Hex | AB | 67 | 15 | 0 | 28 | 58 | 21 | 21 | 4E | 26 |
| Octal | 253 | 147 | 25 | 0 | 50 | 130 | 41 | 41 | 116 | 46 |
| Binary | 10101011 | 1100111 | 10101 | 0 | 101000 | 1011000 | 100001 | 100001 | 1001110 | 100110 |
Color Harmonies of #AB6715
Complementary color
Monochromatic Colors of #AB6715
Black with #AB6715
Text Example
Text Example
White with #AB6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6715; }
p { color: rgb(171,103,21); }
H1.HeaderClassName
{
color: #AB6715;
}
.AnyTagClassName
{
color: #AB6715;
}
</style>
background-color css
<style>
a { background-color: #AB6715; }
a { background-color: rgb(171,103,21); }
div.DivClassName
{
background-color: #AB6715;
}
.BgClassName
{
background-color: #AB6715;
}
</style>
border-color css
<style>
span { border-color: #AB6715; }
span { border-color: rgb(171,103,21); }
td.TdClassName
{
border-color: #AB6715;
}
.TagClassName
{
border-color: #AB6715;
}
</style>