#D6A8AD

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

Shades of Pale Chestnut #D6A8AD

Tints of Pale Chestnut #D6A8AD

Color information

#D6A8AD (or 0xD6A8AD) is unknown color: approx Pale Chestnut. HEX triplet: D6, A8 and AD. RGB value is (214,168,173). Sum of RGB (Red+Green+Blue) = 214+168+173=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A8AD is #295752. Grayscale: #B6B6B6. Windows color (decimal): -2709331 or 11380950. OLE color: 11380950.

HSL color Cylindrical-coordinate representation of color #D6A8AD: hue angle of 353.48º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8AD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214168173-
CMYK00.210.190.16
HSL353.48º35.94%74.9%-
HSV(B)353.48º21.5%83.92%-
XYZ49.2845.3245.69-
YUV182.32122.74150.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=38.56%
G=30.27%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416817300.210.190.16353.4835.9474.9
HexD6A8AD0151310161244b
Octal326250255025232054144113
Binary11010110101010001010110101010110011100001011000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8AD; }

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

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

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

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

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

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

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

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