#D0A6AB

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

Shades of Pale Chestnut #D0A6AB

Tints of Pale Chestnut #D0A6AB

Color information

#D0A6AB (or 0xD0A6AB) is unknown color: approx Pale Chestnut. HEX triplet: D0, A6 and AB. RGB value is (208,166,171). Sum of RGB (Red+Green+Blue) = 208+166+171=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AB is #2F5954. Grayscale: #B3B3B3. Windows color (decimal): -3103061 or 11249360. OLE color: 11249360.

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

Color convert

RGB208166171-
CMYK00.200.180.18
HSL352.86º30.88%73.33%-
HSV(B)352.86º20.19%81.57%-
XYZ4743.6244.47-
YUV179.13123.41148.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=38.17%
G=30.46%
B=31.38%

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
Decimal20816617100.200.180.18352.8630.8873.33
HexD0A6AB01412121611f49
Octal320246253024222254137111
Binary1101000010100110101010110101001001010010101100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6AB; }

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

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

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

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

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

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

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

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