#9A8883

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

Shades of Suva Grey #9A8883

Tints of Suva Grey #9A8883

Color information

#9A8883 (or 0x9A8883) is unknown color: approx Suva Grey. HEX triplet: 9A, 88 and 83. RGB value is (154,136,131). Sum of RGB (Red+Green+Blue) = 154+136+131=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8883 is #65777C. Grayscale: #8C8C8C. Windows color (decimal): -6649725 or 8620186. OLE color: 8620186.

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

Color convert

RGB154136131-
CMYK00.120.150.40
HSL13.04º10.22%55.88%-
HSV(B)13.04º14.94%60.39%-
XYZ26.2326.1225.13-
YUV140.81122.46137.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=36.58%
G=32.30%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413613100.120.150.4013.0410.2255.88
Hex9A88830CF28da38
Octal2322102030141750151270
Binary10011010100010001000001101100111110100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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