#D7AAA2

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

Shades of Eunry #D7AAA2

Tints of Eunry #D7AAA2

Color information

#D7AAA2 (or 0xD7AAA2) is unknown color: approx Eunry. HEX triplet: D7, AA and A2. RGB value is (215,170,162). Sum of RGB (Red+Green+Blue) = 215+170+162=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AAA2 is #28555D. Grayscale: #B6B6B6. Windows color (decimal): -2643294 or 10660567. OLE color: 10660567.

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

Color convert

RGB215170162-
CMYK00.210.250.16
HSL9.06º39.85%73.92%-
HSV(B)9.06º24.65%84.31%-
XYZ48.9245.8140.45-
YUV182.54116.41151.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 162 (63.67% from 255) = 29.62%
R=39.31%
G=31.08%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517016200.210.250.169.0639.8573.92
HexD7AAA201519109284a
Octal32725224202531201150112
Binary110101111010101010100010010101110011000010011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAA2; }

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

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

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

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

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

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

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

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