#D6AAC6

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

Shades of Maverick #D6AAC6

Tints of Maverick #D6AAC6

Color information

#D6AAC6 (or 0xD6AAC6) is unknown color: approx Maverick. HEX triplet: D6, AA and C6. RGB value is (214,170,198). Sum of RGB (Red+Green+Blue) = 214+170+198=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAC6 is #295539. Grayscale: #BABABA. Windows color (decimal): -2708794 or 13019862. OLE color: 13019862.

HSL color Cylindrical-coordinate representation of color #D6AAC6: hue angle of 321.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAC6 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214170198-
CMYK00.210.070.16
HSL321.82º34.92%75.29%-
HSV(B)321.82º20.56%83.92%-
XYZ52.347.1259.77-
YUV186.35134.58147.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=36.77%
G=29.21%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417019800.210.070.16321.8234.9275.29
HexD6AAC6015710142234b
Octal32625230602572050243113
Binary110101101010101011000110010101111100001010000101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAC6; }

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

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

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

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

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

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

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

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