Html Css Color HEX #D9A2AC Pale Chestnut

📋 copy color: '#D9A2AC'

red 217 ◦ green 162 ◦ blue 172

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

Shades of Pale Chestnut #D9A2AC

Tints of Pale Chestnut #D9A2AC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

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

R = 39.38%
G = 29.4%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9A2AC (or 0xD9A2AC) is known color: Pale Chestnut. HEX triplet: D9, A2 and AC. RGB value is (217,162,172). Sum of RGB (Red+Green+Blue) = 217+162+172=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A2AC is #265D53. Grayscale: #B3B3B3. Windows color (decimal): -2514260 or 11313881. OLE color: 11313881.

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

Color convert

RGB 217 162 172 -
CMYK 0 0.25 0.21 0.15
HSL 349.09º 0.42% 0.74% -
HSV(B) 349.09º 0.25% 0.85% -
XYZ 48.98 43.57 44.86 -
YUV 179.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 217 162 172 0 0.25 0.21 0.15 349.09 0.42 0.74
Hex D9 A2 AC 0 19 15 F 15D 2A 4A
Octal 331 242 254 0 31 25 17 535 52 112
Binary 11011001 10100010 10101100 0 11001 10101 1111 101011101 101010 1001010

Color Harmonies of #D9A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2AC

Black with #D9A2AC

Text Example


Text Example

White with #D9A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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