Html Css Color HEX #A8778B Tapestry

📋 copy color: '#A8778B'

red 168 ◦ green 119 ◦ blue 139

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

Shades of Tapestry #A8778B

Tints of Tapestry #A8778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

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

R = 39.44%
G = 27.93%
B = 32.63%

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

#A8778B (or 0xA8778B) is known color: Tapestry. HEX triplet: A8, 77 and 8B. RGB value is (168,119,139). Sum of RGB (Red+Green+Blue) = 168+119+139=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8778B is #578874. Grayscale: #878787. Windows color (decimal): -5736565 or 9140136. OLE color: 9140136.

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

Color convert

RGB 168 119 139 -
CMYK 0 0.29 0.17 0.34
HSL 335.51º 0.22% 0.56% -
HSV(B) 335.51º 0.29% 0.66% -
XYZ 27.41 23.38 27.49 -
YUV 135.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 168 119 139 0 0.29 0.17 0.34 335.51 0.22 0.56
Hex A8 77 8B 0 1D 11 22 150 16 38
Octal 250 167 213 0 35 21 42 520 26 70
Binary 10101000 1110111 10001011 0 11101 10001 100010 101010000 10110 111000

Color Harmonies of #A8778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8778B

Black with #A8778B

Text Example


Text Example

White with #A8778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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