#D5ABA1

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

Shades of Eunry #D5ABA1

Tints of Eunry #D5ABA1

Color information

#D5ABA1 (or 0xD5ABA1) is unknown color: approx Eunry. HEX triplet: D5, AB and A1. RGB value is (213,171,161). Sum of RGB (Red+Green+Blue) = 213+171+161=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA1 is #2A545E. Grayscale: #B6B6B6. Windows color (decimal): -2774111 or 10595285. OLE color: 10595285.

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

Color convert

RGB213171161-
CMYK00.200.240.16
HSL11.54º38.24%73.33%-
HSV(B)11.54º24.41%83.53%-
XYZ48.4445.8540.01-
YUV182.42115.91149.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=39.08%
G=31.38%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317116100.200.240.1611.5438.2473.33
HexD5ABA10141810c2649
Octal32525324102430201446111
Binary110101011010101110100001010100110001000011001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABA1; }

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

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

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

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

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

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

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

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