#A08983

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

Shades of Suva Grey #A08983

Tints of Suva Grey #A08983

Color information

#A08983 (or 0xA08983) is unknown color: approx Suva Grey. HEX triplet: A0, 89 and 83. RGB value is (160,137,131). Sum of RGB (Red+Green+Blue) = 160+137+131=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08983 is #5F767C. Grayscale: #8F8F8F. Windows color (decimal): -6256253 or 8620448. OLE color: 8620448.

HSL color Cylindrical-coordinate representation of color #A08983: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08983 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160137131-
CMYK00.140.180.37
HSL12.41º13.24%57.06%-
HSV(B)12.41º18.13%62.75%-
XYZ27.542725.23-
YUV143.19121.12139.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=37.38%
G=32.01%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013713100.140.180.3712.4113.2457.06
HexA089830E1225cd39
Octal2402112030162245141571
Binary101000001000100110000011011101001010010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08983; }

 p { color: rgb(160,137,131); }

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

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

 a { background-color: rgb(160,137,131); }

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

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

 span { border-color: rgb(160,137,131); }

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