Html Css Color HEX #D8A0AA Pale Chestnut

📋 copy color: '#D8A0AA'

red 216 ◦ green 160 ◦ blue 170

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

Shades of Pale Chestnut #D8A0AA

Tints of Pale Chestnut #D8A0AA

RGB

 RED value IS 216 (84.77% from 255) = 39.56%

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 39.56%
G = 29.3%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8A0AA (or 0xD8A0AA) is known color: Pale Chestnut. HEX triplet: D8, A0 and AA. RGB value is (216,160,170). Sum of RGB (Red+Green+Blue) = 216+160+170=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0AA is #275F55. Grayscale: #B1B1B1. Windows color (decimal): -2580310 or 11182296. OLE color: 11182296.

HSL color Cylindrical-coordinate representation of color #D8A0AA: hue angle of 349.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0AA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 170 -
CMYK 0 0.26 0.21 0.15
HSL 349.29º 0.42% 0.74% -
HSV(B) 349.29º 0.26% 0.85% -
XYZ 48.15 42.64 43.72 -
YUV 177.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 216 160 170 0 0.26 0.21 0.15 349.29 0.42 0.74
Hex D8 A0 AA 0 1A 15 F 15D 2A 4A
Octal 330 240 252 0 32 25 17 535 52 112
Binary 11011000 10100000 10101010 0 11010 10101 1111 101011101 101010 1001010

Color Harmonies of #D8A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0AA

Black with #D8A0AA

Text Example


Text Example

White with #D8A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0AA; }

 p { color: rgb(216,160,170); }

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

background-color css

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

 a { background-color: rgb(216,160,170); }

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

border-color css

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

 span { border-color: rgb(216,160,170); }

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