#D0A8AC

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

Shades of Pale Chestnut #D0A8AC

Tints of Pale Chestnut #D0A8AC

Color information

#D0A8AC (or 0xD0A8AC) is unknown color: approx Pale Chestnut. HEX triplet: D0, A8 and AC. RGB value is (208,168,172). Sum of RGB (Red+Green+Blue) = 208+168+172=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A8AC is #2F5753. Grayscale: #B4B4B4. Windows color (decimal): -3102548 or 11315408. OLE color: 11315408.

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

Color convert

RGB208168172-
CMYK00.190.170.18
HSL354º29.85%73.73%-
HSV(B)354º19.23%81.57%-
XYZ47.4644.3945.1-
YUV180.42123.25147.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=37.96%
G=30.66%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816817200.190.170.1835429.8573.73
HexD0A8AC01311121621e4a
Octal320250254023212254236112
Binary1101000010101000101011000100111000110010101100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8AC; }

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

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

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

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

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

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

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

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