#D0A9AE

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

Shades of Pale Chestnut #D0A9AE

Tints of Pale Chestnut #D0A9AE

Color information

#D0A9AE (or 0xD0A9AE) is unknown color: approx Pale Chestnut. HEX triplet: D0, A9 and AE. RGB value is (208,169,174). Sum of RGB (Red+Green+Blue) = 208+169+174=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A9AE is #2F5651. Grayscale: #B5B5B5. Windows color (decimal): -3102290 or 11446736. OLE color: 11446736.

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

Color convert

RGB208169174-
CMYK00.190.160.18
HSL352.31º29.32%73.92%-
HSV(B)352.31º18.75%81.57%-
XYZ47.8444.8446.18-
YUV181.23123.92147.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=37.75%
G=30.67%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816917400.190.160.18352.3129.3273.92
HexD0A9AE01310121601d4a
Octal320251256023202254035112
Binary1101000010101001101011100100111000010010101100000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9AE; }

 p { color: rgb(208,169,174); }

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

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

 a { background-color: rgb(208,169,174); }

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

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

 span { border-color: rgb(208,169,174); }

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