Html Css Color HEX #D6A5AC Pale Chestnut

📋 copy color: '#D6A5AC'

red 214 ◦ green 165 ◦ blue 172

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

Shades of Pale Chestnut #D6A5AC

Tints of Pale Chestnut #D6A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.95%

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 38.84%
G = 29.95%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6A5AC (or 0xD6A5AC) is known color: Pale Chestnut. HEX triplet: D6, A5 and AC. RGB value is (214,165,172). Sum of RGB (Red+Green+Blue) = 214+165+172=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A5AC is #295A53. Grayscale: #B4B4B4. Windows color (decimal): -2710100 or 11314646. OLE color: 11314646.

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

Color convert

RGB 214 165 172 -
CMYK 0 0.23 0.20 0.16
HSL 351.43º 0.37% 0.74% -
HSV(B) 351.43º 0.23% 0.84% -
XYZ 48.63 44.18 45 -
YUV 180.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 214 165 172 0 0.23 0.20 0.16 351.43 0.37 0.74
Hex D6 A5 AC 0 17 14 10 15F 25 4A
Octal 326 245 254 0 27 24 20 537 45 112
Binary 11010110 10100101 10101100 0 10111 10100 10000 101011111 100101 1001010

Color Harmonies of #D6A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A5AC

Black with #D6A5AC

Text Example


Text Example

White with #D6A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A5AC; }

 p { color: rgb(214,165,172); }

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

background-color css

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

 a { background-color: rgb(214,165,172); }

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

border-color css

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

 span { border-color: rgb(214,165,172); }

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