#D4A6AB

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

Shades of Pale Chestnut #D4A6AB

Tints of Pale Chestnut #D4A6AB

Color information

#D4A6AB (or 0xD4A6AB) is unknown color: approx Pale Chestnut. HEX triplet: D4, A6 and AB. RGB value is (212,166,171). Sum of RGB (Red+Green+Blue) = 212+166+171=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A6AB is #2B5954. Grayscale: #B4B4B4. Windows color (decimal): -2840917 or 11249364. OLE color: 11249364.

HSL color Cylindrical-coordinate representation of color #D4A6AB: hue angle of 353.48º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A6AB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212166171-
CMYK00.220.190.17
HSL353.48º34.85%74.12%-
HSV(B)353.48º21.7%83.14%-
XYZ48.1444.2144.52-
YUV180.32122.74150.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=38.62%
G=30.24%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216617100.220.190.17353.4834.8574.12
HexD4A6AB0161311161234a
Octal324246253026232154143112
Binary11010100101001101010101101011010011100011011000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A6AB; }

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

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

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

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

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

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

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

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