#D8AACA

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

Shades of Maverick #D8AACA

Tints of Maverick #D8AACA

Color information

#D8AACA (or 0xD8AACA) is unknown color: approx Maverick. HEX triplet: D8, AA and CA. RGB value is (216,170,202). Sum of RGB (Red+Green+Blue) = 216+170+202=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACA is #275535. Grayscale: #BBBBBB. Windows color (decimal): -2577718 or 13282008. OLE color: 13282008.

HSL color Cylindrical-coordinate representation of color #D8AACA: hue angle of 318.26º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AACA is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216170202-
CMYK00.210.060.15
HSL318.26º37.1%75.69%-
HSV(B)318.26º21.3%84.71%-
XYZ53.3547.6162.26-
YUV187.4136.24148.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=36.73%
G=28.91%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617020200.210.060.15318.2637.175.69
HexD8AACA0156F13e254c
Octal33025231202561747645114
Binary11011000101010101100101001010111011111001111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AACA; }

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

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

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

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

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

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

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

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