#D5A2AA

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

Shades of Pale Chestnut #D5A2AA

Tints of Pale Chestnut #D5A2AA

Color information

#D5A2AA (or 0xD5A2AA) is unknown color: approx Pale Chestnut. HEX triplet: D5, A2 and AA. RGB value is (213,162,170). Sum of RGB (Red+Green+Blue) = 213+162+170=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AA is #2A5D55. Grayscale: #B2B2B2. Windows color (decimal): -2776406 or 11182805. OLE color: 11182805.

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

Color convert

RGB213162170-
CMYK00.240.200.16
HSL350.59º37.78%73.53%-
HSV(B)350.59º23.94%83.53%-
XYZ47.6242.8943.8-
YUV178.16123.4152.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=39.08%
G=29.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316217000.240.200.16350.5937.7873.53
HexD5A2AA018141015f264a
Octal325242252030242053746112
Binary11010101101000101010101001100010100100001010111111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2AA; }

 p { color: rgb(213,162,170); }

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

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

 a { background-color: rgb(213,162,170); }

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

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

 span { border-color: rgb(213,162,170); }

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