Html Css Color HEX #D1A6AE Pale Chestnut

📋 copy color: '#D1A6AE'

red 209 ◦ green 166 ◦ blue 174

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

Shades of Pale Chestnut #D1A6AE

Tints of Pale Chestnut #D1A6AE

RGB

 RED value IS 209 (82.03% from 255) = 38.07%

 GREEN value IS 166 (65.23% from 255) = 30.24%

 BLUE value IS 174 (68.36% from 255) = 31.69%

R = 38.07%
G = 30.24%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1A6AE (or 0xD1A6AE) is known color: Pale Chestnut. HEX triplet: D1, A6 and AE. RGB value is (209,166,174). Sum of RGB (Red+Green+Blue) = 209+166+174=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AE is #2E5951. Grayscale: #B3B3B3. Windows color (decimal): -3037522 or 11445969. OLE color: 11445969.

HSL color Cylindrical-coordinate representation of color #D1A6AE: hue angle of 348.84º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6AE is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 174 -
CMYK 0 0.21 0.17 0.18
HSL 348.84º 0.32% 0.74% -
HSV(B) 348.84º 0.21% 0.82% -
XYZ 47.57 43.88 46.01 -
YUV 179.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 209 166 174 0 0.21 0.17 0.18 348.84 0.32 0.74
Hex D1 A6 AE 0 15 11 12 15D 20 4A
Octal 321 246 256 0 25 21 22 535 40 112
Binary 11010001 10100110 10101110 0 10101 10001 10010 101011101 100000 1001010

Color Harmonies of #D1A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6AE

Black with #D1A6AE

Text Example


Text Example

White with #D1A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6AE; }

 p { color: rgb(209,166,174); }

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

background-color css

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

 a { background-color: rgb(209,166,174); }

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

border-color css

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

 span { border-color: rgb(209,166,174); }

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