Html Css Color HEX #A8788B Tapestry

📋 copy color: '#A8788B'

red 168 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #A8788B

Tints of Tapestry #A8788B

RGB

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

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

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

R = 39.34%
G = 28.1%
B = 32.55%

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

#A8788B (or 0xA8788B) is known color: Tapestry. HEX triplet: A8, 78 and 8B. RGB value is (168,120,139). Sum of RGB (Red+Green+Blue) = 168+120+139=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8788B is #578774. Grayscale: #888888. Windows color (decimal): -5736309 or 9140392. OLE color: 9140392.

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

Color convert

RGB 168 120 139 -
CMYK 0 0.29 0.17 0.34
HSL 336.25º 0.22% 0.56% -
HSV(B) 336.25º 0.29% 0.66% -
XYZ 27.53 23.62 27.53 -
YUV 136.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 168 120 139 0 0.29 0.17 0.34 336.25 0.22 0.56
Hex A8 78 8B 0 1D 11 22 150 16 38
Octal 250 170 213 0 35 21 42 520 26 70
Binary 10101000 1111000 10001011 0 11101 10001 100010 101010000 10110 111000

Color Harmonies of #A8788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8788B

Black with #A8788B

Text Example


Text Example

White with #A8788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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