Html Css Color HEX #AD768C Tapestry

📋 copy color: '#AD768C'

red 173 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #AD768C

Tints of Tapestry #AD768C

RGB

 RED value IS 173 (67.97% from 255) = 40.14%

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 40.14%
G = 27.38%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD768C (or 0xAD768C) is known color: Tapestry. HEX triplet: AD, 76 and 8C. RGB value is (173,118,140). Sum of RGB (Red+Green+Blue) = 173+118+140=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768C is #528973. Grayscale: #888888. Windows color (decimal): -5409140 or 9205421. OLE color: 9205421.

HSL color Cylindrical-coordinate representation of color #AD768C: hue angle of 336º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD768C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 140 -
CMYK 0 0.32 0.19 0.32
HSL 336º 0.25% 0.57% -
HSV(B) 336º 0.32% 0.68% -
XYZ 28.45 23.73 27.89 -
YUV 136.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 173 118 140 0 0.32 0.19 0.32 336 0.25 0.57
Hex AD 76 8C 0 20 13 20 150 19 39
Octal 255 166 214 0 40 23 40 520 31 71
Binary 10101101 1110110 10001100 0 100000 10011 100000 101010000 11001 111001

Color Harmonies of #AD768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD768C

Black with #AD768C

Text Example


Text Example

White with #AD768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD768C; }

 p { color: rgb(173,118,140); }

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

background-color css

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

 a { background-color: rgb(173,118,140); }

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

border-color css

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

 span { border-color: rgb(173,118,140); }

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