Html Css Color HEX #D5AAAB Pale Chestnut

📋 copy color: '#D5AAAB'

red 213 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D5AAAB

Tints of Pale Chestnut #D5AAAB

RGB

 RED value IS 213 (83.59% from 255) = 38.45%

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

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

R = 38.45%
G = 30.69%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5AAAB (or 0xD5AAAB) is known color: Pale Chestnut. HEX triplet: D5, AA and AB. RGB value is (213,170,171). Sum of RGB (Red+Green+Blue) = 213+170+171=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AAAB is #2A5554. Grayscale: #B7B7B7. Windows color (decimal): -2774357 or 11250389. OLE color: 11250389.

HSL color Cylindrical-coordinate representation of color #D5AAAB: hue angle of 358.6º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAAB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 171 -
CMYK 0 0.20 0.20 0.16
HSL 358.6º 0.34% 0.75% -
HSV(B) 358.6º 0.2% 0.84% -
XYZ 49.17 45.84 44.78 -
YUV 182.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 213 170 171 0 0.20 0.20 0.16 358.6 0.34 0.75
Hex D5 AA AB 0 14 14 10 167 22 4B
Octal 325 252 253 0 24 24 20 547 42 113
Binary 11010101 10101010 10101011 0 10100 10100 10000 101100111 100010 1001011

Color Harmonies of #D5AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAAB

Black with #D5AAAB

Text Example


Text Example

White with #D5AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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