#D5ABAF

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

Shades of Pale Chestnut #D5ABAF

Tints of Pale Chestnut #D5ABAF

Color information

#D5ABAF (or 0xD5ABAF) is unknown color: approx Pale Chestnut. HEX triplet: D5, AB and AF. RGB value is (213,171,175). Sum of RGB (Red+Green+Blue) = 213+171+175=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAF is #2A5450. Grayscale: #B8B8B8. Windows color (decimal): -2774097 or 11512789. OLE color: 11512789.

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

Color convert

RGB213171175-
CMYK00.200.180.16
HSL354.29º33.33%75.29%-
HSV(B)354.29º19.72%83.53%-
XYZ49.7446.3746.89-
YUV184.01122.91148.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=38.10%
G=30.59%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317117500.200.180.16354.2933.3375.29
HexD5ABAF0141210162214b
Octal325253257024222054241113
Binary11010101101010111010111101010010010100001011000101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAF; }

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

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

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

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

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

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

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

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