Shades of Apache #D7AC5E
Tints of Apache #D7AC5E
RGB
CMYK
RGB Variations
Color information
#D7AC5E (or 0xD7AC5E) is known color: Apache. HEX triplet: D7, AC and 5E. RGB value is (215,172,94). Sum of RGB (Red+Green+Blue) = 215+172+94=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC5E is #2853A1. Grayscale: #B0B0B0. Windows color (decimal): -2642850 or 6204631. OLE color: 6204631.
HSL color Cylindrical-coordinate representation of color #D7AC5E: hue angle of 38.68º 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 #D7AC5E is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 94 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.16 |
| HSL | 38.68º | 0.6% | 0.61% | - |
| HSV(B) | 38.68º | 0.56% | 0.84% | - |
| XYZ | 44.8 | 44.76 | 16.87 | - |
| YUV | 175.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 94 | 0 | 0.2 | 0.56 | 0.16 | 38.68 | 0.6 | 0.61 |
| Hex | D7 | AC | 5E | 0 | 14 | 38 | 10 | 27 | 3C | 3D |
| Octal | 327 | 254 | 136 | 0 | 24 | 70 | 20 | 47 | 74 | 75 |
| Binary | 11010111 | 10101100 | 1011110 | 0 | 10100 | 111000 | 10000 | 100111 | 111100 | 111101 |
Color Harmonies of #D7AC5E
Complementary color
Monochromatic Colors of #D7AC5E
Black with #D7AC5E
Text Example
Text Example
White with #D7AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC5E; }
p { color: rgb(215,172,94); }
H1.HeaderClassName
{
color: #D7AC5E;
}
.AnyTagClassName
{
color: #D7AC5E;
}
</style>
background-color css
<style>
a { background-color: #D7AC5E; }
a { background-color: rgb(215,172,94); }
div.DivClassName
{
background-color: #D7AC5E;
}
.BgClassName
{
background-color: #D7AC5E;
}
</style>
border-color css
<style>
span { border-color: #D7AC5E; }
span { border-color: rgb(215,172,94); }
td.TdClassName
{
border-color: #D7AC5E;
}
.TagClassName
{
border-color: #D7AC5E;
}
</style>