Html Css Color HEX #A8888B Tapestry

📋 copy color: '#A8888B'

red 168 ◦ green 136 ◦ blue 139

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

Shades of Tapestry #A8888B

Tints of Tapestry #A8888B

RGB

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

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

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

R = 37.92%
G = 30.7%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8888B (or 0xA8888B) is known color: Tapestry. HEX triplet: A8, 88 and 8B. RGB value is (168,136,139). Sum of RGB (Red+Green+Blue) = 168+136+139=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8888B is #577774. Grayscale: #919191. Windows color (decimal): -5732213 or 9144488. OLE color: 9144488.

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

Color convert

RGB 168 136 139 -
CMYK 0 0.19 0.17 0.34
HSL 354.38º 0.16% 0.6% -
HSV(B) 354.38º 0.19% 0.66% -
XYZ 29.61 27.8 28.23 -
YUV 145.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 168 136 139 0 0.19 0.17 0.34 354.38 0.16 0.6
Hex A8 88 8B 0 13 11 22 162 10 3C
Octal 250 210 213 0 23 21 42 542 20 74
Binary 10101000 10001000 10001011 0 10011 10001 100010 101100010 10000 111100

Color Harmonies of #A8888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8888B

Black with #A8888B

Text Example


Text Example

White with #A8888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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