#8A8588

Color #8A8588 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8A8588

Tints of Taupe Grey #8A8588

Color information

#8A8588 (or 0x8A8588) is unknown color: approx Taupe Grey. HEX triplet: 8A, 85 and 88. RGB value is (138,133,136). Sum of RGB (Red+Green+Blue) = 138+133+136=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8588 is #757A77. Grayscale: #868686. Windows color (decimal): -7699064 or 8947082. OLE color: 8947082.

HSL color Cylindrical-coordinate representation of color #8A8588: hue angle of 324º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8588 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB138133136-
CMYK00.040.010.46
HSL324º2.09%53.14%-
HSV(B)324º3.62%54.12%-
XYZ23.3123.9626.69-
YUV134.84128.66130.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=33.91%
G=32.68%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813313600.040.010.463242.0953.14
Hex8A85880412E144235
Octal21220521004156504265
Binary1000101010000101100010000100110111010100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8588; }

 p { color: rgb(138,133,136); }

 H1.HeaderClassName
 {
   color: #8A8588;
 }
 .AnyTagClassName
 {
   color: #8A8588;
 }
</style>
background-color css

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

 a { background-color: rgb(138,133,136); }

 div.DivClassName
 {
   background-color: #8A8588;
 }
 .BgClassName
 {
   background-color: #8A8588;
 }
</style>
border-color css

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

 span { border-color: rgb(138,133,136); }

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