#D7AAA4

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

Shades of Eunry #D7AAA4

Tints of Eunry #D7AAA4

Color information

#D7AAA4 (or 0xD7AAA4) is unknown color: approx Eunry. HEX triplet: D7, AA and A4. RGB value is (215,170,164). Sum of RGB (Red+Green+Blue) = 215+170+164=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AAA4 is #28555B. Grayscale: #B6B6B6. Windows color (decimal): -2643292 or 10791639. OLE color: 10791639.

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

Color convert

RGB215170164-
CMYK00.210.240.16
HSL7.06º38.93%74.31%-
HSV(B)7.06º23.72%84.31%-
XYZ49.145.8841.39-
YUV182.77117.41150.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=39.16%
G=30.97%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517016400.210.240.167.0638.9374.31
HexD7AAA401518107274a
Octal3272522440253020747112
Binary11010111101010101010010001010111000100001111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAA4; }

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

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

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

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

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

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

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

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