#A09483

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

Shades of Malta #A09483

Tints of Malta #A09483

Color information

#A09483 (or 0xA09483) is unknown color: approx Malta. HEX triplet: A0, 94 and 83. RGB value is (160,148,131). Sum of RGB (Red+Green+Blue) = 160+148+131=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09483 is #5F6B7C. Grayscale: #959595. Windows color (decimal): -6253437 or 8623264. OLE color: 8623264.

HSL color Cylindrical-coordinate representation of color #A09483: hue angle of 35.17º 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 #A09483 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160148131-
CMYK00.070.180.37
HSL35.17º13.24%57.06%-
HSV(B)35.17º18.13%62.75%-
XYZ29.1830.2925.78-
YUV149.65117.48135.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=36.45%
G=33.71%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014813100.070.180.3735.1713.2457.06
HexA0948307122523d39
Octal240224203072245431571
Binary1010000010010100100000110111100101001011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09483; }

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

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

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

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

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

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

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

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