Html Css Color HEX #D6ABAC Pale Chestnut

📋 copy color: '#D6ABAC'

red 214 ◦ green 171 ◦ blue 172

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

Shades of Pale Chestnut #D6ABAC

Tints of Pale Chestnut #D6ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

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

R = 38.42%
G = 30.7%
B = 30.88%

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

#D6ABAC (or 0xD6ABAC) is known color: Pale Chestnut. HEX triplet: D6, AB and AC. RGB value is (214,171,172). Sum of RGB (Red+Green+Blue) = 214+171+172=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAC is #295453. Grayscale: #B8B8B8. Windows color (decimal): -2708564 or 11316182. OLE color: 11316182.

HSL color Cylindrical-coordinate representation of color #D6ABAC: 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 #D6ABAC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 172 -
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.74 46.4 45.36 -
YUV 183.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 214 171 172 0 0.20 0.20 0.16 358.6 0.34 0.75
Hex D6 AB AC 0 14 14 10 167 22 4B
Octal 326 253 254 0 24 24 20 547 42 113
Binary 11010110 10101011 10101100 0 10100 10100 10000 101100111 100010 1001011

Color Harmonies of #D6ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABAC

Black with #D6ABAC

Text Example


Text Example

White with #D6ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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