Html Css Color HEX #D6ACAF Pale Chestnut

📋 copy color: '#D6ACAF'

red 214 ◦ green 172 ◦ blue 175

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

Shades of Pale Chestnut #D6ACAF

Tints of Pale Chestnut #D6ACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.66%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 38.15%
G = 30.66%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6ACAF (or 0xD6ACAF) is known color: Pale Chestnut. HEX triplet: D6, AC and AF. RGB value is (214,172,175). Sum of RGB (Red+Green+Blue) = 214+172+175=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACAF is #295350. Grayscale: #B8B8B8. Windows color (decimal): -2708305 or 11513046. OLE color: 11513046.

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

Color convert

RGB 214 172 175 -
CMYK 0 0.20 0.18 0.16
HSL 355.71º 0.34% 0.76% -
HSV(B) 355.71º 0.2% 0.84% -
XYZ 50.22 46.9 46.96 -
YUV 184.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 214 172 175 0 0.20 0.18 0.16 355.71 0.34 0.76
Hex D6 AC AF 0 14 12 10 164 22 4C
Octal 326 254 257 0 24 22 20 544 42 114
Binary 11010110 10101100 10101111 0 10100 10010 10000 101100100 100010 1001100

Color Harmonies of #D6ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACAF

Black with #D6ACAF

Text Example


Text Example

White with #D6ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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