Html Css Color HEX #D6AAAB Pale Chestnut

📋 copy color: '#D6AAAB'

red 214 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D6AAAB

Tints of Pale Chestnut #D6AAAB

RGB

 RED value IS 214 (83.98% from 255) = 38.56%

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

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

R = 38.56%
G = 30.63%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6AAAB (or 0xD6AAAB) is known color: Pale Chestnut. HEX triplet: D6, AA and AB. RGB value is (214,170,171). Sum of RGB (Red+Green+Blue) = 214+170+171=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAAB is #295554. Grayscale: #B7B7B7. Windows color (decimal): -2708821 or 11250390. OLE color: 11250390.

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

Color convert

RGB 214 170 171 -
CMYK 0 0.21 0.20 0.16
HSL 358.64º 0.35% 0.75% -
HSV(B) 358.64º 0.21% 0.84% -
XYZ 49.46 45.99 44.8 -
YUV 183.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 214 170 171 0 0.21 0.20 0.16 358.64 0.35 0.75
Hex D6 AA AB 0 15 14 10 167 23 4B
Octal 326 252 253 0 25 24 20 547 43 113
Binary 11010110 10101010 10101011 0 10101 10100 10000 101100111 100011 1001011

Color Harmonies of #D6AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAAB

Black with #D6AAAB

Text Example


Text Example

White with #D6AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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