Html Css Color HEX #A8788D Tapestry

📋 copy color: '#A8788D'

red 168 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #A8788D

Tints of Tapestry #A8788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.97%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 39.16%
G = 27.97%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8788D (or 0xA8788D) is known color: Tapestry. HEX triplet: A8, 78 and 8D. RGB value is (168,120,141). Sum of RGB (Red+Green+Blue) = 168+120+141=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8788D is #578772. Grayscale: #888888. Windows color (decimal): -5736307 or 9271464. OLE color: 9271464.

HSL color Cylindrical-coordinate representation of color #A8788D: hue angle of 333.75º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8788D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 141 -
CMYK 0 0.29 0.16 0.34
HSL 333.75º 0.22% 0.56% -
HSV(B) 333.75º 0.29% 0.66% -
XYZ 27.67 23.68 28.31 -
YUV 136.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 168 120 141 0 0.29 0.16 0.34 333.75 0.22 0.56
Hex A8 78 8D 0 1D 10 22 14E 16 38
Octal 250 170 215 0 35 20 42 516 26 70
Binary 10101000 1111000 10001101 0 11101 10000 100010 101001110 10110 111000

Color Harmonies of #A8788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8788D

Black with #A8788D

Text Example


Text Example

White with #A8788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8788D; }

 p { color: rgb(168,120,141); }

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

background-color css

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

 a { background-color: rgb(168,120,141); }

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

border-color css

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

 span { border-color: rgb(168,120,141); }

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