#9A8B86

Color #9A8B86 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #9A8B86

Tints of Suva Grey #9A8B86

Color information

#9A8B86 (or 0x9A8B86) is unknown color: approx Suva Grey. HEX triplet: 9A, 8B and 86. RGB value is (154,139,134). Sum of RGB (Red+Green+Blue) = 154+139+134=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8B86 is #657479. Grayscale: #8E8E8E. Windows color (decimal): -6648954 or 8817562. OLE color: 8817562.

HSL color Cylindrical-coordinate representation of color #9A8B86: hue angle of 15º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9A8B86 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB154139134-
CMYK00.100.130.40
HSL15º9.01%56.47%-
HSV(B)15º12.99%60.39%-
XYZ26.8627.0626.36-
YUV142.92122.97135.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=36.07%
G=32.55%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413913400.100.130.40159.0156.47
Hex9A8B860AD28f938
Octal2322132060121550171170
Binary10011010100010111000011001010110110100011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8B86; }

 p { color: rgb(154,139,134); }

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

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

 a { background-color: rgb(154,139,134); }

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

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

 span { border-color: rgb(154,139,134); }

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