#D0A8AA

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

Shades of Pale Chestnut #D0A8AA

Tints of Pale Chestnut #D0A8AA

Color information

#D0A8AA (or 0xD0A8AA) is unknown color: approx Pale Chestnut. HEX triplet: D0, A8 and AA. RGB value is (208,168,170). Sum of RGB (Red+Green+Blue) = 208+168+170=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A8AA is #2F5755. Grayscale: #B4B4B4. Windows color (decimal): -3102550 or 11184336. OLE color: 11184336.

HSL color Cylindrical-coordinate representation of color #D0A8AA: hue angle of 357º 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 #D0A8AA is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208168170-
CMYK00.190.180.18
HSL357º29.85%73.73%-
HSV(B)357º19.23%81.57%-
XYZ47.2744.3244.09-
YUV180.19122.25147.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=38.10%
G=30.77%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816817000.190.180.1835729.8573.73
HexD0A8AA01312121651e4a
Octal320250252023222254536112
Binary1101000010101000101010100100111001010010101100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8AA; }

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

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

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

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

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

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

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

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