Html Css Color HEX #D7A5AE Pale Chestnut

📋 copy color: '#D7A5AE'

red 215 ◦ green 165 ◦ blue 174

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

Shades of Pale Chestnut #D7A5AE

Tints of Pale Chestnut #D7A5AE

RGB

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

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

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

R = 38.81%
G = 29.78%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7A5AE (or 0xD7A5AE) is known color: Pale Chestnut. HEX triplet: D7, A5 and AE. RGB value is (215,165,174). Sum of RGB (Red+Green+Blue) = 215+165+174=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5AE is #285A51. Grayscale: #B4B4B4. Windows color (decimal): -2644562 or 11445719. OLE color: 11445719.

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

Color convert

RGB 215 165 174 -
CMYK 0 0.23 0.19 0.16
HSL 349.2º 0.38% 0.75% -
HSV(B) 349.2º 0.23% 0.84% -
XYZ 49.12 44.41 46.03 -
YUV 180.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 215 165 174 0 0.23 0.19 0.16 349.2 0.38 0.75
Hex D7 A5 AE 0 17 13 10 15D 26 4B
Octal 327 245 256 0 27 23 20 535 46 113
Binary 11010111 10100101 10101110 0 10111 10011 10000 101011101 100110 1001011

Color Harmonies of #D7A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5AE

Black with #D7A5AE

Text Example


Text Example

White with #D7A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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