Html Css Color HEX #A8758C Tapestry

📋 copy color: '#A8758C'

red 168 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #A8758C

Tints of Tapestry #A8758C

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

 GREEN value IS 117 (46.09% from 255) = 27.53%

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

R = 39.53%
G = 27.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8758C (or 0xA8758C) is known color: Tapestry. HEX triplet: A8, 75 and 8C. RGB value is (168,117,140). Sum of RGB (Red+Green+Blue) = 168+117+140=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758C is #578A73. Grayscale: #868686. Windows color (decimal): -5737076 or 9205160. OLE color: 9205160.

HSL color Cylindrical-coordinate representation of color #A8758C: hue angle of 332.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8758C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 140 -
CMYK 0 0.30 0.17 0.34
HSL 332.94º 0.23% 0.56% -
HSV(B) 332.94º 0.3% 0.66% -
XYZ 27.24 22.94 27.8 -
YUV 134.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 168 117 140 0 0.30 0.17 0.34 332.94 0.23 0.56
Hex A8 75 8C 0 1E 11 22 14D 17 38
Octal 250 165 214 0 36 21 42 515 27 70
Binary 10101000 1110101 10001100 0 11110 10001 100010 101001101 10111 111000

Color Harmonies of #A8758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8758C

Black with #A8758C

Text Example


Text Example

White with #A8758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8758C; }

 p { color: rgb(168,117,140); }

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

background-color css

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

 a { background-color: rgb(168,117,140); }

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

border-color css

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

 span { border-color: rgb(168,117,140); }

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