#D5AACA

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

Shades of Maverick #D5AACA

Tints of Maverick #D5AACA

Color information

#D5AACA (or 0xD5AACA) is unknown color: approx Maverick. HEX triplet: D5, AA and CA. RGB value is (213,170,202). Sum of RGB (Red+Green+Blue) = 213+170+202=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACA is #2A5535. Grayscale: #BABABA. Windows color (decimal): -2774326 or 13282005. OLE color: 13282005.

HSL color Cylindrical-coordinate representation of color #D5AACA: hue angle of 315.35º 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 #D5AACA is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213170202-
CMYK00.200.050.16
HSL315.35º33.86%75.1%-
HSV(B)315.35º20.19%83.53%-
XYZ52.4847.1662.21-
YUV186.5136.75146.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=36.41%
G=29.06%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317020200.200.050.16315.3533.8675.1
HexD5AACA01451013b224b
Octal32525231202452047342113
Binary110101011010101011001010010100101100001001110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AACA; }

 p { color: rgb(213,170,202); }

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

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

 a { background-color: rgb(213,170,202); }

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

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

 span { border-color: rgb(213,170,202); }

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