#D7AAAB

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

Shades of Pale Chestnut #D7AAAB

Tints of Pale Chestnut #D7AAAB

Color information

#D7AAAB (or 0xD7AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D7, AA and AB. RGB value is (215,170,171). Sum of RGB (Red+Green+Blue) = 215+170+171=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AAAB is #285554. Grayscale: #B7B7B7. Windows color (decimal): -2643285 or 11250391. OLE color: 11250391.

HSL color Cylindrical-coordinate representation of color #D7AAAB: hue angle of 358.67º degrees, saturation: 0.36, 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 #D7AAAB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215170171-
CMYK00.210.200.16
HSL358.67º36%75.49%-
HSV(B)358.67º20.93%84.31%-
XYZ49.7546.1444.81-
YUV183.57120.91150.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=38.67%
G=30.58%
B=30.76%

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
Decimal21517017100.210.200.16358.673675.49
HexD7AAAB0151410167244b
Octal327252253025242054744113
Binary11010111101010101010101101010110100100001011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAAB; }

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

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

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

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

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

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

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

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