#D8AAA2

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

Shades of Eunry #D8AAA2

Tints of Eunry #D8AAA2

Color information

#D8AAA2 (or 0xD8AAA2) is unknown color: approx Eunry. HEX triplet: D8, AA and A2. RGB value is (216,170,162). Sum of RGB (Red+Green+Blue) = 216+170+162=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA2 is #27555D. Grayscale: #B6B6B6. Windows color (decimal): -2577758 or 10660568. OLE color: 10660568.

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

Color convert

RGB216170162-
CMYK00.210.250.15
HSL8.89º40.91%74.12%-
HSV(B)8.89º25%84.71%-
XYZ49.2245.9640.46-
YUV182.84116.24151.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=39.42%
G=31.02%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617016200.210.250.158.8940.9174.12
HexD8AAA201519F9294a
Octal33025224202531171151112
Binary11011000101010101010001001010111001111110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAA2; }

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

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

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

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

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

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

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

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