#D5ABA0

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

Shades of Eunry #D5ABA0

Tints of Eunry #D5ABA0

Color information

#D5ABA0 (or 0xD5ABA0) is unknown color: approx Eunry. HEX triplet: D5, AB and A0. RGB value is (213,171,160). Sum of RGB (Red+Green+Blue) = 213+171+160=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA0 is #2A545F. Grayscale: #B6B6B6. Windows color (decimal): -2774112 or 10529749. OLE color: 10529749.

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

Color convert

RGB213171160-
CMYK00.200.250.16
HSL12.45º38.69%73.14%-
HSV(B)12.45º24.88%83.53%-
XYZ48.3545.8139.55-
YUV182.3115.41149.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=39.15%
G=31.43%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317116000.200.250.1612.4538.6973.14
HexD5ABA00141910c2749
Octal32525324002431201447111
Binary110101011010101110100000010100110011000011001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABA0; }

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

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

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

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

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

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

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

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