#D8AAA1

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

Shades of Eunry #D8AAA1

Tints of Eunry #D8AAA1

Color information

#D8AAA1 (or 0xD8AAA1) is unknown color: approx Eunry. HEX triplet: D8, AA and A1. RGB value is (216,170,161). Sum of RGB (Red+Green+Blue) = 216+170+161=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA1 is #27555E. Grayscale: #B6B6B6. Windows color (decimal): -2577759 or 10595032. OLE color: 10595032.

HSL color Cylindrical-coordinate representation of color #D8AAA1: hue angle of 9.82º 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 #D8AAA1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB216170161-
CMYK00.210.250.15
HSL9.82º41.35%73.92%-
HSV(B)9.82º25.46%84.71%-
XYZ49.1345.9239.99-
YUV182.73115.74151.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=39.49%
G=31.08%
B=29.43%

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
Decimal21617016100.210.250.159.8241.3573.92
HexD8AAA101519Fa294a
Octal33025224102531171251112
Binary11011000101010101010000101010111001111110101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAA1; }

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

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

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

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

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

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

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

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