#D5A3A0

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

Shades of Eunry #D5A3A0

Tints of Eunry #D5A3A0

Color information

#D5A3A0 (or 0xD5A3A0) is unknown color: approx Eunry. HEX triplet: D5, A3 and A0. RGB value is (213,163,160). Sum of RGB (Red+Green+Blue) = 213+163+160=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3A0 is #2A5C5F. Grayscale: #B1B1B1. Windows color (decimal): -2776160 or 10527701. OLE color: 10527701.

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

Color convert

RGB213163160-
CMYK00.230.250.16
HSL3.4º38.69%73.14%-
HSV(B)3.4º24.88%83.53%-
XYZ46.8842.8839.06-
YUV177.61118.06153.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=39.74%
G=30.41%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316316000.230.250.163.438.6973.14
HexD5A3A0017191032749
Octal3252432400273120347111
Binary1101010110100011101000000101111100110000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A3A0; }

 p { color: rgb(213,163,160); }

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

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

 a { background-color: rgb(213,163,160); }

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

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

 span { border-color: rgb(213,163,160); }

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