Html Css Color HEX #D4A8AB Pale Chestnut

📋 copy color: '#D4A8AB'

red 212 ◦ green 168 ◦ blue 171

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

Shades of Pale Chestnut #D4A8AB

Tints of Pale Chestnut #D4A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 38.48%
G = 30.49%
B = 31.03%

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

#D4A8AB (or 0xD4A8AB) is known color: Pale Chestnut. HEX triplet: D4, A8 and AB. RGB value is (212,168,171). Sum of RGB (Red+Green+Blue) = 212+168+171=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A8AB is #2B5754. Grayscale: #B5B5B5. Windows color (decimal): -2840405 or 11249876. OLE color: 11249876.

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

Color convert

RGB 212 168 171 -
CMYK 0 0.21 0.19 0.17
HSL 355.91º 0.34% 0.75% -
HSV(B) 355.91º 0.21% 0.83% -
XYZ 48.5 44.94 44.65 -
YUV 181.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 212 168 171 0 0.21 0.19 0.17 355.91 0.34 0.75
Hex D4 A8 AB 0 15 13 11 164 22 4B
Octal 324 250 253 0 25 23 21 544 42 113
Binary 11010100 10101000 10101011 0 10101 10011 10001 101100100 100010 1001011

Color Harmonies of #D4A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8AB

Black with #D4A8AB

Text Example


Text Example

White with #D4A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8AB; }

 p { color: rgb(212,168,171); }

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

background-color css

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

 a { background-color: rgb(212,168,171); }

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

border-color css

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

 span { border-color: rgb(212,168,171); }

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