Shades of Apache #D5A461
Tints of Apache #D5A461
RGB
CMYK
RGB Variations
Color information
#D5A461 (or 0xD5A461) is known color: Apache. HEX triplet: D5, A4 and 61. RGB value is (213,164,97). Sum of RGB (Red+Green+Blue) = 213+164+97=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A461 is #2A5B9E. Grayscale: #ABABAB. Windows color (decimal): -2775967 or 6399189. OLE color: 6399189.
HSL color Cylindrical-coordinate representation of color #D5A461: hue angle of 34.66º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A461 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 97 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.16 |
| HSL | 34.66º | 0.58% | 0.61% | - |
| HSV(B) | 34.66º | 0.54% | 0.84% | - |
| XYZ | 42.87 | 41.56 | 17.07 | - |
| YUV | 171.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 97 | 0 | 0.23 | 0.54 | 0.16 | 34.66 | 0.58 | 0.61 |
| Hex | D5 | A4 | 61 | 0 | 17 | 36 | 10 | 23 | 3A | 3D |
| Octal | 325 | 244 | 141 | 0 | 27 | 66 | 20 | 43 | 72 | 75 |
| Binary | 11010101 | 10100100 | 1100001 | 0 | 10111 | 110110 | 10000 | 100011 | 111010 | 111101 |
Color Harmonies of #D5A461
Complementary color
Monochromatic Colors of #D5A461
Black with #D5A461
Text Example
Text Example
White with #D5A461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A461; }
p { color: rgb(213,164,97); }
H1.HeaderClassName
{
color: #D5A461;
}
.AnyTagClassName
{
color: #D5A461;
}
</style>
background-color css
<style>
a { background-color: #D5A461; }
a { background-color: rgb(213,164,97); }
div.DivClassName
{
background-color: #D5A461;
}
.BgClassName
{
background-color: #D5A461;
}
</style>
border-color css
<style>
span { border-color: #D5A461; }
span { border-color: rgb(213,164,97); }
td.TdClassName
{
border-color: #D5A461;
}
.TagClassName
{
border-color: #D5A461;
}
</style>