Html Css Color HEX #D4A3AA Pale Chestnut

📋 copy color: '#D4A3AA'

red 212 ◦ green 163 ◦ blue 170

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

Shades of Pale Chestnut #D4A3AA

Tints of Pale Chestnut #D4A3AA

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

 GREEN value IS 163 (64.06% from 255) = 29.91%

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

R = 38.9%
G = 29.91%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4A3AA (or 0xD4A3AA) is known color: Pale Chestnut. HEX triplet: D4, A3 and AA. RGB value is (212,163,170). Sum of RGB (Red+Green+Blue) = 212+163+170=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3AA is #2B5C55. Grayscale: #B2B2B2. Windows color (decimal): -2841686 or 11183060. OLE color: 11183060.

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

Color convert

RGB 212 163 170 -
CMYK 0 0.23 0.20 0.17
HSL 351.43º 0.36% 0.74% -
HSV(B) 351.43º 0.23% 0.83% -
XYZ 47.5 43.09 43.84 -
YUV 178.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 212 163 170 0 0.23 0.20 0.17 351.43 0.36 0.74
Hex D4 A3 AA 0 17 14 11 15F 24 4A
Octal 324 243 252 0 27 24 21 537 44 112
Binary 11010100 10100011 10101010 0 10111 10100 10001 101011111 100100 1001010

Color Harmonies of #D4A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3AA

Black with #D4A3AA

Text Example


Text Example

White with #D4A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3AA; }

 p { color: rgb(212,163,170); }

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

background-color css

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

 a { background-color: rgb(212,163,170); }

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

border-color css

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

 span { border-color: rgb(212,163,170); }

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