Html Css Color HEX #D4AAAB Pale Chestnut

📋 copy color: '#D4AAAB'

red 212 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D4AAAB

Tints of Pale Chestnut #D4AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

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

R = 38.34%
G = 30.74%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D4AAAB (or 0xD4AAAB) is known color: Pale Chestnut. HEX triplet: D4, AA and AB. RGB value is (212,170,171). Sum of RGB (Red+Green+Blue) = 212+170+171=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAB is #2B5554. Grayscale: #B6B6B6. Windows color (decimal): -2839893 or 11250388. OLE color: 11250388.

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

Color convert

RGB 212 170 171 -
CMYK 0 0.20 0.19 0.17
HSL 358.57º 0.33% 0.75% -
HSV(B) 358.57º 0.2% 0.83% -
XYZ 48.88 45.69 44.77 -
YUV 182.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 212 170 171 0 0.20 0.19 0.17 358.57 0.33 0.75
Hex D4 AA AB 0 14 13 11 167 21 4B
Octal 324 252 253 0 24 23 21 547 41 113
Binary 11010100 10101010 10101011 0 10100 10011 10001 101100111 100001 1001011

Color Harmonies of #D4AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAAB

Black with #D4AAAB

Text Example


Text Example

White with #D4AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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