#D0AAC0

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

Shades of Maverick #D0AAC0

Tints of Maverick #D0AAC0

Color information

#D0AAC0 (or 0xD0AAC0) is unknown color: approx Maverick. HEX triplet: D0, AA and C0. RGB value is (208,170,192). Sum of RGB (Red+Green+Blue) = 208+170+192=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAC0 is #2F553F. Grayscale: #B7B7B7. Windows color (decimal): -3102016 or 12626640. OLE color: 12626640.

HSL color Cylindrical-coordinate representation of color #D0AAC0: hue angle of 325.26º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AAC0 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208170192-
CMYK00.180.080.18
HSL325.26º28.79%74.12%-
HSV(B)325.26º18.27%81.57%-
XYZ49.945.9756.11-
YUV183.87132.59145.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=36.49%
G=29.82%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817019200.180.080.18325.2628.7974.12
HexD0AAC00128121451d4a
Octal320252300022102250535112
Binary110100001010101011000000010010100010010101000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAC0; }

 p { color: rgb(208,170,192); }

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

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

 a { background-color: rgb(208,170,192); }

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

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

 span { border-color: rgb(208,170,192); }

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