Html Css Color HEX #D3A6AA Pale Chestnut

📋 copy color: '#D3A6AA'

red 211 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #D3A6AA

Tints of Pale Chestnut #D3A6AA

RGB

 RED value IS 211 (82.81% from 255) = 38.57%

 GREEN value IS 166 (65.23% from 255) = 30.35%

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

R = 38.57%
G = 30.35%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3A6AA (or 0xD3A6AA) is known color: Pale Chestnut. HEX triplet: D3, A6 and AA. RGB value is (211,166,170). Sum of RGB (Red+Green+Blue) = 211+166+170=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A6AA is #2C5955. Grayscale: #B3B3B3. Windows color (decimal): -2906454 or 11183827. OLE color: 11183827.

HSL color Cylindrical-coordinate representation of color #D3A6AA: hue angle of 354.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3A6AA is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 170 -
CMYK 0 0.21 0.19 0.17
HSL 354.67º 0.34% 0.74% -
HSV(B) 354.67º 0.21% 0.83% -
XYZ 47.76 44.02 44.01 -
YUV 179.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 211 166 170 0 0.21 0.19 0.17 354.67 0.34 0.74
Hex D3 A6 AA 0 15 13 11 163 22 4A
Octal 323 246 252 0 25 23 21 543 42 112
Binary 11010011 10100110 10101010 0 10101 10011 10001 101100011 100010 1001010

Color Harmonies of #D3A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6AA

Black with #D3A6AA

Text Example


Text Example

White with #D3A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6AA; }

 p { color: rgb(211,166,170); }

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

background-color css

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

 a { background-color: rgb(211,166,170); }

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

border-color css

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

 span { border-color: rgb(211,166,170); }

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