Shades of Apache #D7A45A
Tints of Apache #D7A45A
RGB
CMYK
RGB Variations
Color information
#D7A45A (or 0xD7A45A) is known color: Apache. HEX triplet: D7, A4 and 5A. RGB value is (215,164,90). Sum of RGB (Red+Green+Blue) = 215+164+90=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A45A is #285BA5. Grayscale: #ABABAB. Windows color (decimal): -2644902 or 5940439. OLE color: 5940439.
HSL color Cylindrical-coordinate representation of color #D7A45A: hue angle of 35.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7A45A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 90 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.16 |
| HSL | 35.52º | 0.61% | 0.6% | - |
| HSV(B) | 35.52º | 0.58% | 0.84% | - |
| XYZ | 43.15 | 41.74 | 15.45 | - |
| YUV | 170.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 90 | 0 | 0.24 | 0.58 | 0.16 | 35.52 | 0.61 | 0.6 |
| Hex | D7 | A4 | 5A | 0 | 18 | 3A | 10 | 24 | 3D | 3C |
| Octal | 327 | 244 | 132 | 0 | 30 | 72 | 20 | 44 | 75 | 74 |
| Binary | 11010111 | 10100100 | 1011010 | 0 | 11000 | 111010 | 10000 | 100100 | 111101 | 111100 |
Color Harmonies of #D7A45A
Complementary color
Monochromatic Colors of #D7A45A
Black with #D7A45A
Text Example
Text Example
White with #D7A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A45A; }
p { color: rgb(215,164,90); }
H1.HeaderClassName
{
color: #D7A45A;
}
.AnyTagClassName
{
color: #D7A45A;
}
</style>
background-color css
<style>
a { background-color: #D7A45A; }
a { background-color: rgb(215,164,90); }
div.DivClassName
{
background-color: #D7A45A;
}
.BgClassName
{
background-color: #D7A45A;
}
</style>
border-color css
<style>
span { border-color: #D7A45A; }
span { border-color: rgb(215,164,90); }
td.TdClassName
{
border-color: #D7A45A;
}
.TagClassName
{
border-color: #D7A45A;
}
</style>