Html Css Color HEX #D6A6AE Pale Chestnut

📋 copy color: '#D6A6AE'

red 214 ◦ green 166 ◦ blue 174

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

Shades of Pale Chestnut #D6A6AE

Tints of Pale Chestnut #D6A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 38.63%
G = 29.96%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6A6AE (or 0xD6A6AE) is known color: Pale Chestnut. HEX triplet: D6, A6 and AE. RGB value is (214,166,174). Sum of RGB (Red+Green+Blue) = 214+166+174=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A6AE is #295951. Grayscale: #B5B5B5. Windows color (decimal): -2709842 or 11445974. OLE color: 11445974.

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

Color convert

RGB 214 166 174 -
CMYK 0 0.22 0.19 0.16
HSL 350º 0.37% 0.75% -
HSV(B) 350º 0.22% 0.84% -
XYZ 49.01 44.62 46.07 -
YUV 181.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 214 166 174 0 0.22 0.19 0.16 350 0.37 0.75
Hex D6 A6 AE 0 16 13 10 15E 25 4B
Octal 326 246 256 0 26 23 20 536 45 113
Binary 11010110 10100110 10101110 0 10110 10011 10000 101011110 100101 1001011

Color Harmonies of #D6A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6AE

Black with #D6A6AE

Text Example


Text Example

White with #D6A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6AE; }

 p { color: rgb(214,166,174); }

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

background-color css

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

 a { background-color: rgb(214,166,174); }

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

border-color css

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

 span { border-color: rgb(214,166,174); }

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