Html Css Color HEX #D4A6AA Pale Chestnut

📋 copy color: '#D4A6AA'

red 212 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #D4A6AA

Tints of Pale Chestnut #D4A6AA

RGB

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

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

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

R = 38.69%
G = 30.29%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4A6AA (or 0xD4A6AA) is known color: Pale Chestnut. HEX triplet: D4, A6 and AA. RGB value is (212,166,170). Sum of RGB (Red+Green+Blue) = 212+166+170=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A6AA is #2B5955. Grayscale: #B4B4B4. Windows color (decimal): -2840918 or 11183828. OLE color: 11183828.

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

Color convert

RGB 212 166 170 -
CMYK 0 0.22 0.20 0.17
HSL 354.78º 0.35% 0.74% -
HSV(B) 354.78º 0.22% 0.83% -
XYZ 48.04 44.17 44.02 -
YUV 180.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 212 166 170 0 0.22 0.20 0.17 354.78 0.35 0.74
Hex D4 A6 AA 0 16 14 11 163 23 4A
Octal 324 246 252 0 26 24 21 543 43 112
Binary 11010100 10100110 10101010 0 10110 10100 10001 101100011 100011 1001010

Color Harmonies of #D4A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6AA

Black with #D4A6AA

Text Example


Text Example

White with #D4A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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