#D5AAB0

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

Shades of Pale Chestnut #D5AAB0

Tints of Pale Chestnut #D5AAB0

Color information

#D5AAB0 (or 0xD5AAB0) is unknown color: approx Pale Chestnut. HEX triplet: D5, AA and B0. RGB value is (213,170,176). Sum of RGB (Red+Green+Blue) = 213+170+176=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AAB0 is #2A554F. Grayscale: #B7B7B7. Windows color (decimal): -2774352 or 11578069. OLE color: 11578069.

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

Color convert

RGB213170176-
CMYK00.200.170.16
HSL351.63º33.86%75.1%-
HSV(B)351.63º20.19%83.53%-
XYZ49.6546.0347.34-
YUV183.54123.75149.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=38.10%
G=30.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317017600.200.170.16351.6333.8675.1
HexD5AAB00141110160224b
Octal325252260024212054042113
Binary11010101101010101011000001010010001100001011000001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAB0; }

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

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

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

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

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

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

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

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