#D8A0AA

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

Shades of Pale Chestnut #D8A0AA

Tints of Pale Chestnut #D8A0AA

Color information

#D8A0AA (or 0xD8A0AA) is unknown color: approx Pale Chestnut. HEX triplet: D8, A0 and AA. RGB value is (216,160,170). Sum of RGB (Red+Green+Blue) = 216+160+170=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0AA is #275F55. Grayscale: #B1B1B1. Windows color (decimal): -2580310 or 11182296. OLE color: 11182296.

HSL color Cylindrical-coordinate representation of color #D8A0AA: hue angle of 349.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0AA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216160170-
CMYK00.260.210.15
HSL349.29º41.79%73.73%-
HSV(B)349.29º25.93%84.71%-
XYZ48.1542.6443.72-
YUV177.88123.55155.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=39.56%
G=29.30%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616017000.260.210.15349.2941.7973.73
HexD8A0AA01A15F15d2a4a
Octal330240252032251753552112
Binary1101100010100000101010100110101010111111010111011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0AA; }

 p { color: rgb(216,160,170); }

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

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

 a { background-color: rgb(216,160,170); }

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

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

 span { border-color: rgb(216,160,170); }

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