Html Css Color HEX #D0A7AA Pale Chestnut

📋 copy color: '#D0A7AA'

red 208 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #D0A7AA

Tints of Pale Chestnut #D0A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.64%

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

R = 38.17%
G = 30.64%
B = 31.19%

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

#D0A7AA (or 0xD0A7AA) is known color: Pale Chestnut. HEX triplet: D0, A7 and AA. RGB value is (208,167,170). Sum of RGB (Red+Green+Blue) = 208+167+170=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A7AA is #2F5855. Grayscale: #B3B3B3. Windows color (decimal): -3102806 or 11184080. OLE color: 11184080.

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

Color convert

RGB 208 167 170 -
CMYK 0 0.20 0.18 0.18
HSL 355.61º 0.3% 0.74% -
HSV(B) 355.61º 0.2% 0.82% -
XYZ 47.09 43.95 44.03 -
YUV 179.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 208 167 170 0 0.20 0.18 0.18 355.61 0.3 0.74
Hex D0 A7 AA 0 14 12 12 164 1E 4A
Octal 320 247 252 0 24 22 22 544 36 112
Binary 11010000 10100111 10101010 0 10100 10010 10010 101100100 11110 1001010

Color Harmonies of #D0A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7AA

Black with #D0A7AA

Text Example


Text Example

White with #D0A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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