#D4AAAB

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

Shades of Pale Chestnut #D4AAAB

Tints of Pale Chestnut #D4AAAB

Color information

#D4AAAB (or 0xD4AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D4, AA and AB. RGB value is (212,170,171). Sum of RGB (Red+Green+Blue) = 212+170+171=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAB is #2B5554. Grayscale: #B6B6B6. Windows color (decimal): -2839893 or 11250388. OLE color: 11250388.

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

Color convert

RGB212170171-
CMYK00.200.190.17
HSL358.57º32.81%74.9%-
HSV(B)358.57º19.81%83.14%-
XYZ48.8845.6944.77-
YUV182.67121.41148.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=38.34%
G=30.74%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217017100.200.190.17358.5732.8174.9
HexD4AAAB0141311167214b
Octal324252253024232154741113
Binary11010100101010101010101101010010011100011011001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAAB; }

 p { color: rgb(212,170,171); }

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

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

 a { background-color: rgb(212,170,171); }

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

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

 span { border-color: rgb(212,170,171); }

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