Html Css Color HEX #A8788C Tapestry

📋 copy color: '#A8788C'

red 168 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #A8788C

Tints of Tapestry #A8788C

RGB

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

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

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

R = 39.25%
G = 28.04%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8788C (or 0xA8788C) is known color: Tapestry. HEX triplet: A8, 78 and 8C. RGB value is (168,120,140). Sum of RGB (Red+Green+Blue) = 168+120+140=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8788C is #578773. Grayscale: #888888. Windows color (decimal): -5736308 or 9205928. OLE color: 9205928.

HSL color Cylindrical-coordinate representation of color #A8788C: hue angle of 335º 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 #A8788C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 140 -
CMYK 0 0.29 0.17 0.34
HSL 335º 0.22% 0.56% -
HSV(B) 335º 0.29% 0.66% -
XYZ 27.6 23.65 27.92 -
YUV 136.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 168 120 140 0 0.29 0.17 0.34 335 0.22 0.56
Hex A8 78 8C 0 1D 11 22 14F 16 38
Octal 250 170 214 0 35 21 42 517 26 70
Binary 10101000 1111000 10001100 0 11101 10001 100010 101001111 10110 111000

Color Harmonies of #A8788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8788C

Black with #A8788C

Text Example


Text Example

White with #A8788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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