Html Css Color HEX #D6AAB1 Pale Chestnut

📋 copy color: '#D6AAB1'

red 214 ◦ green 170 ◦ blue 177

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

Shades of Pale Chestnut #D6AAB1

Tints of Pale Chestnut #D6AAB1

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 177 (69.53% from 255) = 31.55%

R = 38.15%
G = 30.3%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6AAB1 (or 0xD6AAB1) is known color: Pale Chestnut. HEX triplet: D6, AA and B1. RGB value is (214,170,177). Sum of RGB (Red+Green+Blue) = 214+170+177=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAB1 is #29554E. Grayscale: #B7B7B7. Windows color (decimal): -2708815 or 11643606. OLE color: 11643606.

HSL color Cylindrical-coordinate representation of color #D6AAB1: hue angle of 350.45º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAB1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 177 -
CMYK 0 0.21 0.17 0.16
HSL 350.45º 0.35% 0.75% -
HSV(B) 350.45º 0.21% 0.84% -
XYZ 50.04 46.22 47.88 -
YUV 183.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 214 170 177 0 0.21 0.17 0.16 350.45 0.35 0.75
Hex D6 AA B1 0 15 11 10 15E 23 4B
Octal 326 252 261 0 25 21 20 536 43 113
Binary 11010110 10101010 10110001 0 10101 10001 10000 101011110 100011 1001011

Color Harmonies of #D6AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAB1

Black with #D6AAB1

Text Example


Text Example

White with #D6AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAB1; }

 p { color: rgb(214,170,177); }

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

background-color css

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

 a { background-color: rgb(214,170,177); }

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

border-color css

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

 span { border-color: rgb(214,170,177); }

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