Html Css Color HEX #D6A9AA Pale Chestnut

📋 copy color: '#D6A9AA'

red 214 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #D6A9AA

Tints of Pale Chestnut #D6A9AA

RGB

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

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

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

R = 38.7%
G = 30.56%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6A9AA (or 0xD6A9AA) is known color: Pale Chestnut. HEX triplet: D6, A9 and AA. RGB value is (214,169,170). Sum of RGB (Red+Green+Blue) = 214+169+170=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A9AA is #295655. Grayscale: #B6B6B6. Windows color (decimal): -2709078 or 11184598. OLE color: 11184598.

HSL color Cylindrical-coordinate representation of color #D6A9AA: hue angle of 358.67º 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 #D6A9AA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 170 -
CMYK 0 0.21 0.21 0.16
HSL 358.67º 0.35% 0.75% -
HSV(B) 358.67º 0.21% 0.84% -
XYZ 49.18 45.57 44.24 -
YUV 182.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 214 169 170 0 0.21 0.21 0.16 358.67 0.35 0.75
Hex D6 A9 AA 0 15 15 10 167 23 4B
Octal 326 251 252 0 25 25 20 547 43 113
Binary 11010110 10101001 10101010 0 10101 10101 10000 101100111 100011 1001011

Color Harmonies of #D6A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9AA

Black with #D6A9AA

Text Example


Text Example

White with #D6A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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