Html Css Color HEX #A8888E Tapestry

📋 copy color: '#A8888E'

red 168 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #A8888E

Tints of Tapestry #A8888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 37.67%
G = 30.49%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8888E (or 0xA8888E) is known color: Tapestry. HEX triplet: A8, 88 and 8E. RGB value is (168,136,142). Sum of RGB (Red+Green+Blue) = 168+136+142=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8888E is #577771. Grayscale: #929292. Windows color (decimal): -5732210 or 9341096. OLE color: 9341096.

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

Color convert

RGB 168 136 142 -
CMYK 0 0.19 0.15 0.34
HSL 348.75º 0.16% 0.6% -
HSV(B) 348.75º 0.19% 0.66% -
XYZ 29.84 27.89 29.4 -
YUV 146.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 168 136 142 0 0.19 0.15 0.34 348.75 0.16 0.6
Hex A8 88 8E 0 13 F 22 15D 10 3C
Octal 250 210 216 0 23 17 42 535 20 74
Binary 10101000 10001000 10001110 0 10011 1111 100010 101011101 10000 111100

Color Harmonies of #A8888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8888E

Black with #A8888E

Text Example


Text Example

White with #A8888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8888E; }

 p { color: rgb(168,136,142); }

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

background-color css

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

 a { background-color: rgb(168,136,142); }

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

border-color css

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

 span { border-color: rgb(168,136,142); }

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