Shades of Apache #D5A057
Tints of Apache #D5A057
RGB
CMYK
RGB Variations
Color information
#D5A057 (or 0xD5A057) is known color: Apache. HEX triplet: D5, A0 and 57. RGB value is (213,160,87). Sum of RGB (Red+Green+Blue) = 213+160+87=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A057 is #2A5FA8. Grayscale: #A7A7A7. Windows color (decimal): -2777001 or 5742805. OLE color: 5742805.
HSL color Cylindrical-coordinate representation of color #D5A057: hue angle of 34.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5A057 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 87 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.16 |
| HSL | 34.76º | 0.6% | 0.59% | - |
| HSV(B) | 34.76º | 0.59% | 0.84% | - |
| XYZ | 41.73 | 39.98 | 14.53 | - |
| YUV | 167.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 87 | 0 | 0.25 | 0.59 | 0.16 | 34.76 | 0.6 | 0.59 |
| Hex | D5 | A0 | 57 | 0 | 19 | 3B | 10 | 23 | 3C | 3B |
| Octal | 325 | 240 | 127 | 0 | 31 | 73 | 20 | 43 | 74 | 73 |
| Binary | 11010101 | 10100000 | 1010111 | 0 | 11001 | 111011 | 10000 | 100011 | 111100 | 111011 |
Color Harmonies of #D5A057
Complementary color
Monochromatic Colors of #D5A057
Black with #D5A057
Text Example
Text Example
White with #D5A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A057; }
p { color: rgb(213,160,87); }
H1.HeaderClassName
{
color: #D5A057;
}
.AnyTagClassName
{
color: #D5A057;
}
</style>
background-color css
<style>
a { background-color: #D5A057; }
a { background-color: rgb(213,160,87); }
div.DivClassName
{
background-color: #D5A057;
}
.BgClassName
{
background-color: #D5A057;
}
</style>
border-color css
<style>
span { border-color: #D5A057; }
span { border-color: rgb(213,160,87); }
td.TdClassName
{
border-color: #D5A057;
}
.TagClassName
{
border-color: #D5A057;
}
</style>