Html Css Color HEX #D8A9AB Pale Chestnut

📋 copy color: '#D8A9AB'

red 216 ◦ green 169 ◦ blue 171

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

Shades of Pale Chestnut #D8A9AB

Tints of Pale Chestnut #D8A9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 38.85%
G = 30.4%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8A9AB (or 0xD8A9AB) is known color: Pale Chestnut. HEX triplet: D8, A9 and AB. RGB value is (216,169,171). Sum of RGB (Red+Green+Blue) = 216+169+171=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A9AB is #275654. Grayscale: #B7B7B7. Windows color (decimal): -2578005 or 11250136. OLE color: 11250136.

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

Color convert

RGB 216 169 171 -
CMYK 0 0.22 0.21 0.15
HSL 357.45º 0.38% 0.75% -
HSV(B) 357.45º 0.22% 0.85% -
XYZ 49.86 45.92 44.76 -
YUV 183.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 216 169 171 0 0.22 0.21 0.15 357.45 0.38 0.75
Hex D8 A9 AB 0 16 15 F 165 26 4B
Octal 330 251 253 0 26 25 17 545 46 113
Binary 11011000 10101001 10101011 0 10110 10101 1111 101100101 100110 1001011

Color Harmonies of #D8A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9AB

Black with #D8A9AB

Text Example


Text Example

White with #D8A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9AB; }

 p { color: rgb(216,169,171); }

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

background-color css

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

 a { background-color: rgb(216,169,171); }

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

border-color css

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

 span { border-color: rgb(216,169,171); }

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