Html Css Color HEX #D7A6AC Pale Chestnut

📋 copy color: '#D7A6AC'

red 215 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #D7A6AC

Tints of Pale Chestnut #D7A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 38.88%
G = 30.02%
B = 31.1%

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

#D7A6AC (or 0xD7A6AC) is known color: Pale Chestnut. HEX triplet: D7, A6 and AC. RGB value is (215,166,172). Sum of RGB (Red+Green+Blue) = 215+166+172=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AC is #285953. Grayscale: #B5B5B5. Windows color (decimal): -2644308 or 11314903. OLE color: 11314903.

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

Color convert

RGB 215 166 172 -
CMYK 0 0.23 0.2 0.16
HSL 352.65º 0.38% 0.75% -
HSV(B) 352.65º 0.23% 0.84% -
XYZ 49.11 44.7 45.07 -
YUV 181.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 215 166 172 0 0.23 0.2 0.16 352.65 0.38 0.75
Hex D7 A6 AC 0 17 14 10 161 26 4B
Octal 327 246 254 0 27 24 20 541 46 113
Binary 11010111 10100110 10101100 0 10111 10100 10000 101100001 100110 1001011

Color Harmonies of #D7A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6AC

Black with #D7A6AC

Text Example


Text Example

White with #D7A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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