#D5ABAE

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

Shades of Pale Chestnut #D5ABAE

Tints of Pale Chestnut #D5ABAE

Color information

#D5ABAE (or 0xD5ABAE) is unknown color: approx Pale Chestnut. HEX triplet: D5, AB and AE. RGB value is (213,171,174). Sum of RGB (Red+Green+Blue) = 213+171+174=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAE is #2A5451. Grayscale: #B7B7B7. Windows color (decimal): -2774098 or 11447253. OLE color: 11447253.

HSL color Cylindrical-coordinate representation of color #D5ABAE: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABAE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213171174-
CMYK00.200.180.16
HSL355.71º33.33%75.29%-
HSV(B)355.71º19.72%83.53%-
XYZ49.6446.3346.37-
YUV183.9122.41148.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=38.17%
G=30.65%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317117400.200.180.16355.7133.3375.29
HexD5ABAE0141210164214b
Octal325253256024222054441113
Binary11010101101010111010111001010010010100001011001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAE; }

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

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

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

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

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

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

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

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