Html Css Color HEX #AD768A Tapestry

📋 copy color: '#AD768A'

red 173 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #AD768A

Tints of Tapestry #AD768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 40.33%
G = 27.51%
B = 32.17%

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

#AD768A (or 0xAD768A) is known color: Tapestry. HEX triplet: AD, 76 and 8A. RGB value is (173,118,138). Sum of RGB (Red+Green+Blue) = 173+118+138=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768A is #528975. Grayscale: #888888. Windows color (decimal): -5409142 or 9074349. OLE color: 9074349.

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

Color convert

RGB 173 118 138 -
CMYK 0 0.32 0.20 0.32
HSL 338.18º 0.25% 0.57% -
HSV(B) 338.18º 0.32% 0.68% -
XYZ 28.3 23.68 27.12 -
YUV 136.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 173 118 138 0 0.32 0.20 0.32 338.18 0.25 0.57
Hex AD 76 8A 0 20 14 20 152 19 39
Octal 255 166 212 0 40 24 40 522 31 71
Binary 10101101 1110110 10001010 0 100000 10100 100000 101010010 11001 111001

Color Harmonies of #AD768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD768A

Black with #AD768A

Text Example


Text Example

White with #AD768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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