Html Css Color HEX #D0A6AA Pale Chestnut

📋 copy color: '#D0A6AA'

red 208 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #D0A6AA

Tints of Pale Chestnut #D0A6AA

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

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

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 38.24%
G = 30.51%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0A6AA (or 0xD0A6AA) is known color: Pale Chestnut. HEX triplet: D0, A6 and AA. RGB value is (208,166,170). Sum of RGB (Red+Green+Blue) = 208+166+170=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6AA is #2F5955. Grayscale: #B3B3B3. Windows color (decimal): -3103062 or 11183824. OLE color: 11183824.

HSL color Cylindrical-coordinate representation of color #D0A6AA: hue angle of 354.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6AA is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 170 -
CMYK 0 0.20 0.18 0.18
HSL 354.29º 0.31% 0.73% -
HSV(B) 354.29º 0.2% 0.82% -
XYZ 46.9 43.58 43.97 -
YUV 179.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 208 166 170 0 0.20 0.18 0.18 354.29 0.31 0.73
Hex D0 A6 AA 0 14 12 12 162 1F 49
Octal 320 246 252 0 24 22 22 542 37 111
Binary 11010000 10100110 10101010 0 10100 10010 10010 101100010 11111 1001001

Color Harmonies of #D0A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6AA

Black with #D0A6AA

Text Example


Text Example

White with #D0A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6AA; }

 p { color: rgb(208,166,170); }

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

background-color css

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

 a { background-color: rgb(208,166,170); }

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

border-color css

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

 span { border-color: rgb(208,166,170); }

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