#D9AAA0

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

Shades of Eunry #D9AAA0

Tints of Eunry #D9AAA0

Color information

#D9AAA0 (or 0xD9AAA0) is unknown color: approx Eunry. HEX triplet: D9, AA and A0. RGB value is (217,170,160). Sum of RGB (Red+Green+Blue) = 217+170+160=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA0 is #26555F. Grayscale: #B6B6B6. Windows color (decimal): -2512224 or 10529497. OLE color: 10529497.

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

Color convert

RGB217170160-
CMYK00.220.260.15
HSL10.53º42.86%73.92%-
HSV(B)10.53º26.27%85.1%-
XYZ49.3446.0439.54-
YUV182.91115.07152.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=39.67%
G=31.08%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717016000.220.260.1510.5342.8673.92
HexD9AAA00161AFb2b4a
Octal33125224002632171353112
Binary11011001101010101010000001011011010111110111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAA0; }

 p { color: rgb(217,170,160); }

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

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

 a { background-color: rgb(217,170,160); }

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

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

 span { border-color: rgb(217,170,160); }

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