#9A8D8B

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

Shades of Suva Grey #9A8D8B

Tints of Suva Grey #9A8D8B

Color information

#9A8D8B (or 0x9A8D8B) is unknown color: approx Suva Grey. HEX triplet: 9A, 8D and 8B. RGB value is (154,141,139). Sum of RGB (Red+Green+Blue) = 154+141+139=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8D8B is #657274. Grayscale: #909090. Windows color (decimal): -6648437 or 9145754. OLE color: 9145754.

HSL color Cylindrical-coordinate representation of color #9A8D8B: hue angle of 8º 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 #9A8D8B is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB154141139-
CMYK00.080.100.40
HSL6.91%57.45%-
HSV(B)9.74%60.39%-
XYZ27.5127.7828.34-
YUV144.66124.81134.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=35.48%
G=32.49%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414113900.080.100.4086.9157.45
Hex9A8D8B08A288739
Octal232215213010125010771
Binary1001101010001101100010110100010101010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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