#D5AAC5

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

Shades of Maverick #D5AAC5

Tints of Maverick #D5AAC5

Color information

#D5AAC5 (or 0xD5AAC5) is unknown color: approx 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

RGB213170197-
CMYK00.200.080.16
HSL322.33º33.86%75.1%-
HSV(B)322.33º20.19%83.53%-
XYZ51.8946.9359.15-
YUV185.93134.25147.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 197 (77.34% from 255) = 33.97%
R=36.72%
G=29.31%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317019700.200.080.16322.3333.8675.1
HexD5AAC5014810142224b
Octal325252305024102050242113
Binary1101010110101010110001010101001000100001010000101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>