#D4AAC4

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

Shades of Maverick #D4AAC4

Tints of Maverick #D4AAC4

Color information

#D4AAC4 (or 0xD4AAC4) is unknown color: approx Maverick. HEX triplet: D4, AA and C4. RGB value is (212,170,196). Sum of RGB (Red+Green+Blue) = 212+170+196=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC4 is #2B553B. Grayscale: #B9B9B9. Windows color (decimal): -2839868 or 12888788. OLE color: 12888788.

HSL color Cylindrical-coordinate representation of color #D4AAC4: hue angle of 322.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAC4 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212170196-
CMYK00.200.080.17
HSL322.86º32.81%74.9%-
HSV(B)322.86º19.81%83.14%-
XYZ51.4946.7358.53-
YUV185.52133.91146.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=36.68%
G=29.41%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217019600.200.080.17322.8632.8174.9
HexD4AAC4014811143214b
Octal324252304024102150341113
Binary1101010010101010110001000101001000100011010000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAC4; }

 p { color: rgb(212,170,196); }

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

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

 a { background-color: rgb(212,170,196); }

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

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

 span { border-color: rgb(212,170,196); }

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