#D0A8AD

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

Shades of Pale Chestnut #D0A8AD

Tints of Pale Chestnut #D0A8AD

Color information

#D0A8AD (or 0xD0A8AD) is unknown color: approx Pale Chestnut. HEX triplet: D0, A8 and AD. RGB value is (208,168,173). Sum of RGB (Red+Green+Blue) = 208+168+173=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A8AD is #2F5752. Grayscale: #B4B4B4. Windows color (decimal): -3102547 or 11380944. OLE color: 11380944.

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

Color convert

RGB208168173-
CMYK00.190.170.18
HSL352.5º29.85%73.73%-
HSV(B)352.5º19.23%81.57%-
XYZ47.5644.4345.6-
YUV180.53123.75147.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=37.89%
G=30.60%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816817300.190.170.18352.529.8573.73
HexD0A8AD01311121601e4a
Octal320250255023212254036112
Binary1101000010101000101011010100111000110010101100000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8AD; }

 p { color: rgb(208,168,173); }

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

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

 a { background-color: rgb(208,168,173); }

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

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

 span { border-color: rgb(208,168,173); }

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