#D0A6AA

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

Shades of Pale Chestnut #D0A6AA

Tints of Pale Chestnut #D0A6AA

Color information

#D0A6AA (or 0xD0A6AA) is unknown color: approx Pale Chestnut. HEX triplet: D0, A6 and AA. RGB value is (208,166,170). Sum of RGB (Red+Green+Blue) = 208+166+170=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AA is #2F5955. Grayscale: #B3B3B3. Windows color (decimal): -3103062 or 11183824. OLE color: 11183824.

HSL color Cylindrical-coordinate representation of color #D0A6AA: hue angle of 354.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6AA is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208166170-
CMYK00.200.180.18
HSL354.29º30.88%73.33%-
HSV(B)354.29º20.19%81.57%-
XYZ46.943.5843.97-
YUV179.01122.91148.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=38.24%
G=30.51%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816617000.200.180.18354.2930.8873.33
HexD0A6AA01412121621f49
Octal320246252024222254237111
Binary1101000010100110101010100101001001010010101100010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6AA; }

 p { color: rgb(208,166,170); }

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

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

 a { background-color: rgb(208,166,170); }

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

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

 span { border-color: rgb(208,166,170); }

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