Shades of Maverick #D5AAC5
Tints of Maverick #D5AAC5
RGB
CMYK
RGB Variations
Color information
#D5AAC5 (or 0xD5AAC5) is known color: Maverick. HEX triplet: D5, AA and C5. RGB value is (213,170,197). Sum of RGB (Red+Green+Blue) = 213+170+197=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAC5 is #2A553A. Grayscale: #B9B9B9. Windows color (decimal): -2774331 or 12954325. OLE color: 12954325.
HSL color Cylindrical-coordinate representation of color #D5AAC5: hue angle of 322.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAC5 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 197 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.16 |
| HSL | 322.33º | 0.34% | 0.75% | - |
| HSV(B) | 322.33º | 0.2% | 0.84% | - |
| XYZ | 51.89 | 46.93 | 59.15 | - |
| YUV | 185.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 197 | 0 | 0.20 | 0.08 | 0.16 | 322.33 | 0.34 | 0.75 |
| Hex | D5 | AA | C5 | 0 | 14 | 8 | 10 | 142 | 22 | 4B |
| Octal | 325 | 252 | 305 | 0 | 24 | 10 | 20 | 502 | 42 | 113 |
| Binary | 11010101 | 10101010 | 11000101 | 0 | 10100 | 1000 | 10000 | 101000010 | 100010 | 1001011 |
Color Harmonies of #D5AAC5
Complementary color
Monochromatic Colors of #D5AAC5
Black with #D5AAC5
Text Example
Text Example
White with #D5AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAC5; }
p { color: rgb(213,170,197); }
H1.HeaderClassName
{
color: #D5AAC5;
}
.AnyTagClassName
{
color: #D5AAC5;
}
</style>
background-color css
<style>
a { background-color: #D5AAC5; }
a { background-color: rgb(213,170,197); }
div.DivClassName
{
background-color: #D5AAC5;
}
.BgClassName
{
background-color: #D5AAC5;
}
</style>
border-color css
<style>
span { border-color: #D5AAC5; }
span { border-color: rgb(213,170,197); }
td.TdClassName
{
border-color: #D5AAC5;
}
.TagClassName
{
border-color: #D5AAC5;
}
</style>