#D6ABAC

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

Shades of Pale Chestnut #D6ABAC

Tints of Pale Chestnut #D6ABAC

Color information

#D6ABAC (or 0xD6ABAC) is unknown color: approx Pale Chestnut. HEX triplet: D6, AB and AC. RGB value is (214,171,172). Sum of RGB (Red+Green+Blue) = 214+171+172=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAC is #295453. Grayscale: #B8B8B8. Windows color (decimal): -2708564 or 11316182. OLE color: 11316182.

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

Color convert

RGB214171172-
CMYK00.200.200.16
HSL358.6º34.4%75.49%-
HSV(B)358.6º20.09%83.92%-
XYZ49.7446.445.36-
YUV183.97121.25149.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=38.42%
G=30.70%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417117200.200.200.16358.634.475.49
HexD6ABAC0141410167224b
Octal326253254024242054742113
Binary11010110101010111010110001010010100100001011001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABAC; }

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

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

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

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

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

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

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

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