Html Css Color HEX #D2A6AB Pale Chestnut

📋 copy color: '#D2A6AB'

red 210 ◦ green 166 ◦ blue 171

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

Shades of Pale Chestnut #D2A6AB

Tints of Pale Chestnut #D2A6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 38.39%
G = 30.35%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D2A6AB (or 0xD2A6AB) is known color: Pale Chestnut. HEX triplet: D2, A6 and AB. RGB value is (210,166,171). Sum of RGB (Red+Green+Blue) = 210+166+171=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6AB is #2D5954. Grayscale: #B3B3B3. Windows color (decimal): -2971989 or 11249362. OLE color: 11249362.

HSL color Cylindrical-coordinate representation of color #D2A6AB: hue angle of 353.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6AB is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 171 -
CMYK 0 0.21 0.19 0.18
HSL 353.18º 0.33% 0.74% -
HSV(B) 353.18º 0.21% 0.82% -
XYZ 47.57 43.91 44.5 -
YUV 179.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 210 166 171 0 0.21 0.19 0.18 353.18 0.33 0.74
Hex D2 A6 AB 0 15 13 12 161 21 4A
Octal 322 246 253 0 25 23 22 541 41 112
Binary 11010010 10100110 10101011 0 10101 10011 10010 101100001 100001 1001010

Color Harmonies of #D2A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A6AB

Black with #D2A6AB

Text Example


Text Example

White with #D2A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A6AB; }

 p { color: rgb(210,166,171); }

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

background-color css

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

 a { background-color: rgb(210,166,171); }

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

border-color css

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

 span { border-color: rgb(210,166,171); }

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