Html Css Color HEX #D1A5AA Pale Chestnut

📋 copy color: '#D1A5AA'

red 209 ◦ green 165 ◦ blue 170

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

Shades of Pale Chestnut #D1A5AA

Tints of Pale Chestnut #D1A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 38.42%
G = 30.33%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1A5AA (or 0xD1A5AA) is known color: Pale Chestnut. HEX triplet: D1, A5 and AA. RGB value is (209,165,170). Sum of RGB (Red+Green+Blue) = 209+165+170=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A5AA is #2E5A55. Grayscale: #B2B2B2. Windows color (decimal): -3037782 or 11183569. OLE color: 11183569.

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

Color convert

RGB 209 165 170 -
CMYK 0 0.21 0.19 0.18
HSL 353.18º 0.32% 0.73% -
HSV(B) 353.18º 0.21% 0.82% -
XYZ 47.01 43.37 43.92 -
YUV 178.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 209 165 170 0 0.21 0.19 0.18 353.18 0.32 0.73
Hex D1 A5 AA 0 15 13 12 161 20 49
Octal 321 245 252 0 25 23 22 541 40 111
Binary 11010001 10100101 10101010 0 10101 10011 10010 101100001 100000 1001001

Color Harmonies of #D1A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5AA

Black with #D1A5AA

Text Example


Text Example

White with #D1A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5AA; }

 p { color: rgb(209,165,170); }

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

background-color css

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

 a { background-color: rgb(209,165,170); }

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

border-color css

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

 span { border-color: rgb(209,165,170); }

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