Shades of Golden Brown #AB7415
Tints of Golden Brown #AB7415
RGB
CMYK
RGB Variations
Color information
#AB7415 (or 0xAB7415) is known color: Golden Brown. HEX triplet: AB, 74 and 15. RGB value is (171,116,21). Sum of RGB (Red+Green+Blue) = 171+116+21=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7415 is #548BEA. Grayscale: #7A7A7A. Windows color (decimal): -5540843 or 1406123. OLE color: 1406123.
HSL color Cylindrical-coordinate representation of color #AB7415: hue angle of 38º 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 #AB7415 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 21 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.33 |
| HSL | 38º | 0.78% | 0.38% | - |
| HSV(B) | 38º | 0.88% | 0.67% | - |
| XYZ | 23.18 | 21.2 | 3.58 | - |
| YUV | 121.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 21 | 0 | 0.32 | 0.88 | 0.33 | 38 | 0.78 | 0.38 |
| Hex | AB | 74 | 15 | 0 | 20 | 58 | 21 | 26 | 4E | 26 |
| Octal | 253 | 164 | 25 | 0 | 40 | 130 | 41 | 46 | 116 | 46 |
| Binary | 10101011 | 1110100 | 10101 | 0 | 100000 | 1011000 | 100001 | 100110 | 1001110 | 100110 |
Color Harmonies of #AB7415
Complementary color
Monochromatic Colors of #AB7415
Black with #AB7415
Text Example
Text Example
White with #AB7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7415; }
p { color: rgb(171,116,21); }
H1.HeaderClassName
{
color: #AB7415;
}
.AnyTagClassName
{
color: #AB7415;
}
</style>
background-color css
<style>
a { background-color: #AB7415; }
a { background-color: rgb(171,116,21); }
div.DivClassName
{
background-color: #AB7415;
}
.BgClassName
{
background-color: #AB7415;
}
</style>
border-color css
<style>
span { border-color: #AB7415; }
span { border-color: rgb(171,116,21); }
td.TdClassName
{
border-color: #AB7415;
}
.TagClassName
{
border-color: #AB7415;
}
</style>