#D6AAAB

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

Shades of Pale Chestnut #D6AAAB

Tints of Pale Chestnut #D6AAAB

Color information

#D6AAAB (or 0xD6AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D6, AA and AB. RGB value is (214,170,171). Sum of RGB (Red+Green+Blue) = 214+170+171=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAAB is #295554. Grayscale: #B7B7B7. Windows color (decimal): -2708821 or 11250390. OLE color: 11250390.

HSL color Cylindrical-coordinate representation of color #D6AAAB: hue angle of 358.64º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAAB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214170171-
CMYK00.210.200.16
HSL358.64º34.92%75.29%-
HSV(B)358.64º20.56%83.92%-
XYZ49.4645.9944.8-
YUV183.27121.08149.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=38.56%
G=30.63%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417017100.210.200.16358.6434.9275.29
HexD6AAAB0151410167234b
Octal326252253025242054743113
Binary11010110101010101010101101010110100100001011001111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAAB; }

 p { color: rgb(214,170,171); }

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

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

 a { background-color: rgb(214,170,171); }

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

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

 span { border-color: rgb(214,170,171); }

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