#D8A1A0

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

Shades of Eunry #D8A1A0

Tints of Eunry #D8A1A0

Color information

#D8A1A0 (or 0xD8A1A0) is unknown color: approx Eunry. HEX triplet: D8, A1 and A0. RGB value is (216,161,160). Sum of RGB (Red+Green+Blue) = 216+161+160=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1A0 is #275E5F. Grayscale: #B1B1B1. Windows color (decimal): -2580064 or 10527192. OLE color: 10527192.

HSL color Cylindrical-coordinate representation of color #D8A1A0: hue angle of 1.07º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A1A0 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216161160-
CMYK00.250.260.15
HSL1.07º41.79%73.73%-
HSV(B)1.07º25.93%84.71%-
XYZ47.4142.6338.99-
YUV177.33118.22155.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=40.22%
G=29.98%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616116000.250.260.151.0741.7973.73
HexD8A1A00191AF12a4a
Octal3302412400313217152112
Binary11011000101000011010000001100111010111111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1A0; }

 p { color: rgb(216,161,160); }

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

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

 a { background-color: rgb(216,161,160); }

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

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

 span { border-color: rgb(216,161,160); }

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