Html Css Color HEX #D7A9AE Pale Chestnut

📋 copy color: '#D7A9AE'

red 215 ◦ green 169 ◦ blue 174

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

Shades of Pale Chestnut #D7A9AE

Tints of Pale Chestnut #D7A9AE

RGB

 RED value IS 215 (84.38% from 255) = 38.53%

 GREEN value IS 169 (66.41% from 255) = 30.29%

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

R = 38.53%
G = 30.29%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7A9AE (or 0xD7A9AE) is known color: Pale Chestnut. HEX triplet: D7, A9 and AE. RGB value is (215,169,174). Sum of RGB (Red+Green+Blue) = 215+169+174=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A9AE is #285651. Grayscale: #B7B7B7. Windows color (decimal): -2643538 or 11446743. OLE color: 11446743.

HSL color Cylindrical-coordinate representation of color #D7A9AE: hue angle of 353.48º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7A9AE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 174 -
CMYK 0 0.21 0.19 0.16
HSL 353.48º 0.37% 0.75% -
HSV(B) 353.48º 0.21% 0.84% -
XYZ 49.85 45.88 46.27 -
YUV 183.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 215 169 174 0 0.21 0.19 0.16 353.48 0.37 0.75
Hex D7 A9 AE 0 15 13 10 161 25 4B
Octal 327 251 256 0 25 23 20 541 45 113
Binary 11010111 10101001 10101110 0 10101 10011 10000 101100001 100101 1001011

Color Harmonies of #D7A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A9AE

Black with #D7A9AE

Text Example


Text Example

White with #D7A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A9AE; }

 p { color: rgb(215,169,174); }

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

background-color css

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

 a { background-color: rgb(215,169,174); }

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

border-color css

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

 span { border-color: rgb(215,169,174); }

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