Html Css Color HEX #D1A8AE Pale Chestnut

📋 copy color: '#D1A8AE'

red 209 ◦ green 168 ◦ blue 174

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

Shades of Pale Chestnut #D1A8AE

Tints of Pale Chestnut #D1A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

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

R = 37.93%
G = 30.49%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1A8AE (or 0xD1A8AE) is known color: Pale Chestnut. HEX triplet: D1, A8 and AE. RGB value is (209,168,174). Sum of RGB (Red+Green+Blue) = 209+168+174=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A8AE is #2E5751. Grayscale: #B4B4B4. Windows color (decimal): -3037010 or 11446481. OLE color: 11446481.

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

Color convert

RGB 209 168 174 -
CMYK 0 0.20 0.17 0.18
HSL 351.22º 0.31% 0.74% -
HSV(B) 351.22º 0.2% 0.82% -
XYZ 47.94 44.62 46.13 -
YUV 180.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 209 168 174 0 0.20 0.17 0.18 351.22 0.31 0.74
Hex D1 A8 AE 0 14 11 12 15F 1F 4A
Octal 321 250 256 0 24 21 22 537 37 112
Binary 11010001 10101000 10101110 0 10100 10001 10010 101011111 11111 1001010

Color Harmonies of #D1A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8AE

Black with #D1A8AE

Text Example


Text Example

White with #D1A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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