Html Css Color HEX #D0A6AC Pale Chestnut

📋 copy color: '#D0A6AC'

red 208 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #D0A6AC

Tints of Pale Chestnut #D0A6AC

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

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

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

R = 38.1%
G = 30.4%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0A6AC (or 0xD0A6AC) is known color: Pale Chestnut. HEX triplet: D0, A6 and AC. RGB value is (208,166,172). Sum of RGB (Red+Green+Blue) = 208+166+172=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AC is #2F5953. Grayscale: #B3B3B3. Windows color (decimal): -3103060 or 11314896. OLE color: 11314896.

HSL color Cylindrical-coordinate representation of color #D0A6AC: hue angle of 351.43º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6AC is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 172 -
CMYK 0 0.20 0.17 0.18
HSL 351.43º 0.31% 0.73% -
HSV(B) 351.43º 0.2% 0.82% -
XYZ 47.1 43.66 44.97 -
YUV 179.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 208 166 172 0 0.20 0.17 0.18 351.43 0.31 0.73
Hex D0 A6 AC 0 14 11 12 15F 1F 49
Octal 320 246 254 0 24 21 22 537 37 111
Binary 11010000 10100110 10101100 0 10100 10001 10010 101011111 11111 1001001

Color Harmonies of #D0A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6AC

Black with #D0A6AC

Text Example


Text Example

White with #D0A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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