Html Css Color HEX #AD768B Tapestry

📋 copy color: '#AD768B'

red 173 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #AD768B

Tints of Tapestry #AD768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 40.23%
G = 27.44%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD768B (or 0xAD768B) is known color: Tapestry. HEX triplet: AD, 76 and 8B. RGB value is (173,118,139). Sum of RGB (Red+Green+Blue) = 173+118+139=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768B is #528974. Grayscale: #888888. Windows color (decimal): -5409141 or 9139885. OLE color: 9139885.

HSL color Cylindrical-coordinate representation of color #AD768B: hue angle of 337.09º 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 #AD768B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 139 -
CMYK 0 0.32 0.20 0.32
HSL 337.09º 0.25% 0.57% -
HSV(B) 337.09º 0.32% 0.68% -
XYZ 28.37 23.71 27.51 -
YUV 136.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 173 118 139 0 0.32 0.20 0.32 337.09 0.25 0.57
Hex AD 76 8B 0 20 14 20 151 19 39
Octal 255 166 213 0 40 24 40 521 31 71
Binary 10101101 1110110 10001011 0 100000 10100 100000 101010001 11001 111001

Color Harmonies of #AD768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD768B

Black with #AD768B

Text Example


Text Example

White with #AD768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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