Html Css Color HEX #D2ACAF Pale Chestnut

📋 copy color: '#D2ACAF'

red 210 ◦ green 172 ◦ blue 175

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

Shades of Pale Chestnut #D2ACAF

Tints of Pale Chestnut #D2ACAF

RGB

 RED value IS 210 (82.42% from 255) = 37.7%

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

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

R = 37.7%
G = 30.88%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D2ACAF (or 0xD2ACAF) is known color: Pale Chestnut. HEX triplet: D2, AC and AF. RGB value is (210,172,175). Sum of RGB (Red+Green+Blue) = 210+172+175=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ACAF is #2D5350. Grayscale: #B7B7B7. Windows color (decimal): -2970449 or 11513042. OLE color: 11513042.

HSL color Cylindrical-coordinate representation of color #D2ACAF: hue angle of 355.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACAF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 172 175 -
CMYK 0 0.18 0.17 0.18
HSL 355.26º 0.3% 0.75% -
HSV(B) 355.26º 0.18% 0.82% -
XYZ 49.07 46.3 46.91 -
YUV 183.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 210 172 175 0 0.18 0.17 0.18 355.26 0.3 0.75
Hex D2 AC AF 0 12 11 12 163 1E 4B
Octal 322 254 257 0 22 21 22 543 36 113
Binary 11010010 10101100 10101111 0 10010 10001 10010 101100011 11110 1001011

Color Harmonies of #D2ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACAF

Black with #D2ACAF

Text Example


Text Example

White with #D2ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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