Html Css Color HEX #D4A7AA Pale Chestnut

📋 copy color: '#D4A7AA'

red 212 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #D4A7AA

Tints of Pale Chestnut #D4A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

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

R = 38.62%
G = 30.42%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4A7AA (or 0xD4A7AA) is known color: Pale Chestnut. HEX triplet: D4, A7 and AA. RGB value is (212,167,170). Sum of RGB (Red+Green+Blue) = 212+167+170=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A7AA is #2B5855. Grayscale: #B4B4B4. Windows color (decimal): -2840662 or 11184084. OLE color: 11184084.

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

Color convert

RGB 212 167 170 -
CMYK 0 0.21 0.20 0.17
HSL 356º 0.34% 0.74% -
HSV(B) 356º 0.21% 0.83% -
XYZ 48.23 44.54 44.08 -
YUV 180.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 212 167 170 0 0.21 0.20 0.17 356 0.34 0.74
Hex D4 A7 AA 0 15 14 11 164 22 4A
Octal 324 247 252 0 25 24 21 544 42 112
Binary 11010100 10100111 10101010 0 10101 10100 10001 101100100 100010 1001010

Color Harmonies of #D4A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7AA

Black with #D4A7AA

Text Example


Text Example

White with #D4A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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