#D9AAC6

Color #D9AAC6 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D9AAC6

Tints of Maverick #D9AAC6

Color information

#D9AAC6 (or 0xD9AAC6) is unknown color: approx Maverick. HEX triplet: D9, AA and C6. RGB value is (217,170,198). Sum of RGB (Red+Green+Blue) = 217+170+198=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC6 is #265539. Grayscale: #BBBBBB. Windows color (decimal): -2512186 or 13019865. OLE color: 13019865.

HSL color Cylindrical-coordinate representation of color #D9AAC6: hue angle of 324.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAC6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217170198-
CMYK00.220.090.15
HSL324.26º38.21%75.88%-
HSV(B)324.26º21.66%85.1%-
XYZ53.1847.5859.81-
YUV187.24134.07149.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=37.09%
G=29.06%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717019800.220.090.15324.2638.2175.88
HexD9AAC60169F144264c
Octal331252306026111750446114
Binary110110011010101011000110010110100111111010001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAC6; }

 p { color: rgb(217,170,198); }

 H1.HeaderClassName
 {
   color: #D9AAC6;
 }
 .AnyTagClassName
 {
   color: #D9AAC6;
 }
</style>
background-color css

<style>
 a { background-color: #D9AAC6; }

 a { background-color: rgb(217,170,198); }

 div.DivClassName
 {
   background-color: #D9AAC6;
 }
 .BgClassName
 {
   background-color: #D9AAC6;
 }
</style>
border-color css

<style>
 span { border-color: #D9AAC6; }

 span { border-color: rgb(217,170,198); }

 td.TdClassName
 {
   border-color: #D9AAC6;
 }
 .TagClassName
 {
   border-color: #D9AAC6;
 }
</style>