#8A8690

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

Shades of Topaz #8A8690

Tints of Topaz #8A8690

Color information

#8A8690 (or 0x8A8690) is unknown color: approx Topaz. HEX triplet: 8A, 86 and 90. RGB value is (138,134,144). Sum of RGB (Red+Green+Blue) = 138+134+144=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8690 is #75796F. Grayscale: #888888. Windows color (decimal): -7698800 or 9471626. OLE color: 9471626.

HSL color Cylindrical-coordinate representation of color #8A8690: hue angle of 264º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8690 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138134144-
CMYK0.040.0700.44
HSL264º4.31%54.51%-
HSV(B)264º6.94%56.47%-
XYZ24.0424.4729.84-
YUV136.34132.33129.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=33.17%
G=32.21%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381341440.040.0700.442644.3154.51
Hex8A86904702C108437
Octal21220622047054410467
Binary1000101010000110100100001001110101100100001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,144); }

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

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

 a { background-color: rgb(138,134,144); }

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

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

 span { border-color: rgb(138,134,144); }

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