Html Css Color HEX #D9AAB1 Pale Chestnut

📋 copy color: '#D9AAB1'

red 217 ◦ green 170 ◦ blue 177

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

Shades of Pale Chestnut #D9AAB1

Tints of Pale Chestnut #D9AAB1

RGB

 RED value IS 217 (85.16% from 255) = 38.48%

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

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

R = 38.48%
G = 30.14%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9AAB1 (or 0xD9AAB1) is known color: Pale Chestnut. HEX triplet: D9, AA and B1. RGB value is (217,170,177). Sum of RGB (Red+Green+Blue) = 217+170+177=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAB1 is #26554E. Grayscale: #B8B8B8. Windows color (decimal): -2512207 or 11643609. OLE color: 11643609.

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

Color convert

RGB 217 170 177 -
CMYK 0 0.22 0.18 0.15
HSL 351.06º 0.38% 0.76% -
HSV(B) 351.06º 0.22% 0.85% -
XYZ 50.93 46.68 47.92 -
YUV 184.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 217 170 177 0 0.22 0.18 0.15 351.06 0.38 0.76
Hex D9 AA B1 0 16 12 F 15F 26 4C
Octal 331 252 261 0 26 22 17 537 46 114
Binary 11011001 10101010 10110001 0 10110 10010 1111 101011111 100110 1001100

Color Harmonies of #D9AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAB1

Black with #D9AAB1

Text Example


Text Example

White with #D9AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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