#9A8882

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

Shades of Suva Grey #9A8882

Tints of Suva Grey #9A8882

Color information

#9A8882 (or 0x9A8882) is unknown color: approx Suva Grey. HEX triplet: 9A, 88 and 82. RGB value is (154,136,130). Sum of RGB (Red+Green+Blue) = 154+136+130=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8882 is #65777D. Grayscale: #8C8C8C. Windows color (decimal): -6649726 or 8554650. OLE color: 8554650.

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

Color convert

RGB154136130-
CMYK00.120.160.40
HSL15º10.62%55.69%-
HSV(B)15º15.58%60.39%-
XYZ26.1626.0924.78-
YUV140.7121.96137.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=36.67%
G=32.38%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413613000.120.160.401510.6255.69
Hex9A88820C1028fb38
Octal2322102020142050171370
Binary100110101000100010000010011001000010100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,136,130); }

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

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

 a { background-color: rgb(154,136,130); }

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

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

 span { border-color: rgb(154,136,130); }

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