Html Css Color HEX #D2A4AC Pale Chestnut

📋 copy color: '#D2A4AC'

red 210 ◦ green 164 ◦ blue 172

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

Shades of Pale Chestnut #D2A4AC

Tints of Pale Chestnut #D2A4AC

RGB

 RED value IS 210 (82.42% from 255) = 38.46%

 GREEN value IS 164 (64.45% from 255) = 30.04%

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

R = 38.46%
G = 30.04%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2A4AC (or 0xD2A4AC) is known color: Pale Chestnut. HEX triplet: D2, A4 and AC. RGB value is (210,164,172). Sum of RGB (Red+Green+Blue) = 210+164+172=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A4AC is #2D5B53. Grayscale: #B2B2B2. Windows color (decimal): -2972500 or 11314386. OLE color: 11314386.

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

Color convert

RGB 210 164 172 -
CMYK 0 0.22 0.18 0.18
HSL 349.57º 0.34% 0.73% -
HSV(B) 349.57º 0.22% 0.82% -
XYZ 47.3 43.23 44.88 -
YUV 178.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 210 164 172 0 0.22 0.18 0.18 349.57 0.34 0.73
Hex D2 A4 AC 0 16 12 12 15E 22 49
Octal 322 244 254 0 26 22 22 536 42 111
Binary 11010010 10100100 10101100 0 10110 10010 10010 101011110 100010 1001001

Color Harmonies of #D2A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A4AC

Black with #D2A4AC

Text Example


Text Example

White with #D2A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A4AC; }

 p { color: rgb(210,164,172); }

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

background-color css

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

 a { background-color: rgb(210,164,172); }

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

border-color css

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

 span { border-color: rgb(210,164,172); }

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