#D1AAA2

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

Shades of Eunry #D1AAA2

Tints of Eunry #D1AAA2

Color information

#D1AAA2 (or 0xD1AAA2) is unknown color: approx Eunry. HEX triplet: D1, AA and A2. RGB value is (209,170,162). Sum of RGB (Red+Green+Blue) = 209+170+162=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAA2 is #2E555D. Grayscale: #B4B4B4. Windows color (decimal): -3036510 or 10660561. OLE color: 10660561.

HSL color Cylindrical-coordinate representation of color #D1AAA2: hue angle of 10.21º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AAA2 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209170162-
CMYK00.190.220.18
HSL10.21º33.81%72.75%-
HSV(B)10.21º22.49%81.96%-
XYZ47.1944.9140.36-
YUV180.75117.42148.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=38.63%
G=31.42%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917016200.190.220.1810.2133.8172.75
HexD1AAA20131612a2249
Octal32125224202326221242111
Binary110100011010101010100010010011101101001010101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAA2; }

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

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

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

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

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

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

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

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