#D7AC9F

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

Shades of Eunry #D7AC9F

Tints of Eunry #D7AC9F

Color information

#D7AC9F (or 0xD7AC9F) is unknown color: approx Eunry. HEX triplet: D7, AC and 9F. RGB value is (215,172,159). Sum of RGB (Red+Green+Blue) = 215+172+159=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC9F is #285360. Grayscale: #B7B7B7. Windows color (decimal): -2642785 or 10464471. OLE color: 10464471.

HSL color Cylindrical-coordinate representation of color #D7AC9F: hue angle of 13.93º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7AC9F is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215172159-
CMYK00.20.260.16
HSL13.93º41.18%73.33%-
HSV(B)13.93º26.05%84.31%-
XYZ49.0346.4639.18-
YUV183.38114.25150.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=39.38%
G=31.50%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517215900.20.260.1613.9341.1873.33
HexD7AC9F0141A10e2949
Octal32725423702432201651111
Binary110101111010110010011111010100110101000011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC9F; }

 p { color: rgb(215,172,159); }

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

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

 a { background-color: rgb(215,172,159); }

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

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

 span { border-color: rgb(215,172,159); }

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