#D4A5AD

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

Shades of Pale Chestnut #D4A5AD

Tints of Pale Chestnut #D4A5AD

Color information

#D4A5AD (or 0xD4A5AD) is unknown color: approx Pale Chestnut. HEX triplet: D4, A5 and AD. RGB value is (212,165,173). Sum of RGB (Red+Green+Blue) = 212+165+173=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A5AD is #2B5A52. Grayscale: #B3B3B3. Windows color (decimal): -2841171 or 11380180. OLE color: 11380180.

HSL color Cylindrical-coordinate representation of color #D4A5AD: hue angle of 349.79º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5AD is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212165173-
CMYK00.220.180.17
HSL349.79º35.34%73.92%-
HSV(B)349.79º22.17%83.14%-
XYZ48.1543.9245.48-
YUV179.96124.07150.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=38.55%
G=30%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216517300.220.180.17349.7935.3473.92
HexD4A5AD016121115e234a
Octal324245255026222153643112
Binary11010100101001011010110101011010010100011010111101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A5AD; }

 p { color: rgb(212,165,173); }

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

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

 a { background-color: rgb(212,165,173); }

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

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

 span { border-color: rgb(212,165,173); }

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