#D0ABAF

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

Shades of Pale Chestnut #D0ABAF

Tints of Pale Chestnut #D0ABAF

Color information

#D0ABAF (or 0xD0ABAF) is unknown color: approx Pale Chestnut. HEX triplet: D0, AB and AF. RGB value is (208,171,175). Sum of RGB (Red+Green+Blue) = 208+171+175=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ABAF is #2F5450. Grayscale: #B6B6B6. Windows color (decimal): -3101777 or 11512784. OLE color: 11512784.

HSL color Cylindrical-coordinate representation of color #D0ABAF: hue angle of 353.51º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABAF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208171175-
CMYK00.180.160.18
HSL353.51º28.24%74.31%-
HSV(B)353.51º17.79%81.57%-
XYZ48.3145.6346.82-
YUV182.52123.76146.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=37.55%
G=30.87%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817117500.180.160.18353.5128.2474.31
HexD0ABAF01210121621c4a
Octal320253257022202254234112
Binary1101000010101011101011110100101000010010101100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABAF; }

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

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

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

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

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

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

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

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