Shades of Apache #D7AA5E
Tints of Apache #D7AA5E
RGB
CMYK
RGB Variations
Color information
#D7AA5E (or 0xD7AA5E) is known color: Apache. HEX triplet: D7, AA and 5E. RGB value is (215,170,94). Sum of RGB (Red+Green+Blue) = 215+170+94=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA5E is #2855A1. Grayscale: #AFAFAF. Windows color (decimal): -2643362 or 6204119. OLE color: 6204119.
HSL color Cylindrical-coordinate representation of color #D7AA5E: hue angle of 37.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7AA5E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 94 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.16 |
| HSL | 37.69º | 0.6% | 0.61% | - |
| HSV(B) | 37.69º | 0.56% | 0.84% | - |
| XYZ | 44.42 | 44 | 16.74 | - |
| YUV | 174.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 94 | 0 | 0.21 | 0.56 | 0.16 | 37.69 | 0.6 | 0.61 |
| Hex | D7 | AA | 5E | 0 | 15 | 38 | 10 | 26 | 3C | 3D |
| Octal | 327 | 252 | 136 | 0 | 25 | 70 | 20 | 46 | 74 | 75 |
| Binary | 11010111 | 10101010 | 1011110 | 0 | 10101 | 111000 | 10000 | 100110 | 111100 | 111101 |
Color Harmonies of #D7AA5E
Complementary color
Monochromatic Colors of #D7AA5E
Black with #D7AA5E
Text Example
Text Example
White with #D7AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA5E; }
p { color: rgb(215,170,94); }
H1.HeaderClassName
{
color: #D7AA5E;
}
.AnyTagClassName
{
color: #D7AA5E;
}
</style>
background-color css
<style>
a { background-color: #D7AA5E; }
a { background-color: rgb(215,170,94); }
div.DivClassName
{
background-color: #D7AA5E;
}
.BgClassName
{
background-color: #D7AA5E;
}
</style>
border-color css
<style>
span { border-color: #D7AA5E; }
span { border-color: rgb(215,170,94); }
td.TdClassName
{
border-color: #D7AA5E;
}
.TagClassName
{
border-color: #D7AA5E;
}
</style>