#998A8A

Color #998A8A Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #998A8A

Tints of Opium #998A8A

Color information

#998A8A (or 0x998A8A) is unknown color: approx Opium. HEX triplet: 99, 8A and 8A. RGB value is (153,138,138). Sum of RGB (Red+Green+Blue) = 153+138+138=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A8A is #667575. Grayscale: #8E8E8E. Windows color (decimal): -6714742 or 9079449. OLE color: 9079449.

HSL color Cylindrical-coordinate representation of color #998A8A: hue angle of 0º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998A8A is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153138138-
CMYK00.100.100.4
HSL6.85%57.06%-
HSV(B)9.8%60%-
XYZ26.8126.7827.8-
YUV142.49125.47135.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=35.66%
G=32.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313813800.100.100.406.8557.06
Hex998A8A0AA280739
Octal23121221201212500771
Binary1001100110001010100010100101010101010000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A8A; }

 p { color: rgb(153,138,138); }

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

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

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

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

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

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

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