Html Css Color HEX #D9ABAC Pale Chestnut

📋 copy color: '#D9ABAC'

red 217 ◦ green 171 ◦ blue 172

#D9ABAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #D9ABAC

Tints of Pale Chestnut #D9ABAC

RGB

 RED value IS 217 (85.16% from 255) = 38.75%

 GREEN value IS 171 (67.19% from 255) = 30.54%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 38.75%
G = 30.54%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9ABAC (or 0xD9ABAC) is known color: Pale Chestnut. HEX triplet: D9, AB and AC. RGB value is (217,171,172). Sum of RGB (Red+Green+Blue) = 217+171+172=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAC is #265453. Grayscale: #B8B8B8. Windows color (decimal): -2511956 or 11316185. OLE color: 11316185.

HSL color Cylindrical-coordinate representation of color #D9ABAC: hue angle of 358.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABAC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 172 -
CMYK 0 0.21 0.21 0.15
HSL 358.7º 0.38% 0.76% -
HSV(B) 358.7º 0.21% 0.85% -
XYZ 50.62 46.86 45.41 -
YUV 184.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 217 171 172 0 0.21 0.21 0.15 358.7 0.38 0.76
Hex D9 AB AC 0 15 15 F 167 26 4C
Octal 331 253 254 0 25 25 17 547 46 114
Binary 11011001 10101011 10101100 0 10101 10101 1111 101100111 100110 1001100

Color Harmonies of #D9ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABAC

Black with #D9ABAC

Text Example


Text Example

White with #D9ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABAC; }

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

 H1.HeaderClassName
 {
   color: #D9ABAC;
 }
 .AnyTagClassName
 {
   color: #D9ABAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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