Html Css Color HEX #D7A5AC Pale Chestnut

📋 copy color: '#D7A5AC'

red 215 ◦ green 165 ◦ blue 172

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

Shades of Pale Chestnut #D7A5AC

Tints of Pale Chestnut #D7A5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 38.95%
G = 29.89%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7A5AC (or 0xD7A5AC) is known color: Pale Chestnut. HEX triplet: D7, A5 and AC. RGB value is (215,165,172). Sum of RGB (Red+Green+Blue) = 215+165+172=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5AC is #285A53. Grayscale: #B4B4B4. Windows color (decimal): -2644564 or 11314647. OLE color: 11314647.

HSL color Cylindrical-coordinate representation of color #D7A5AC: hue angle of 351.6º 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 #D7A5AC is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 165 172 -
CMYK 0 0.23 0.2 0.16
HSL 351.6º 0.38% 0.75% -
HSV(B) 351.6º 0.23% 0.84% -
XYZ 48.93 44.34 45.01 -
YUV 180.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 215 165 172 0 0.23 0.2 0.16 351.6 0.38 0.75
Hex D7 A5 AC 0 17 14 10 160 26 4B
Octal 327 245 254 0 27 24 20 540 46 113
Binary 11010111 10100101 10101100 0 10111 10100 10000 101100000 100110 1001011

Color Harmonies of #D7A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5AC

Black with #D7A5AC

Text Example


Text Example

White with #D7A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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