#A29483

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

Shades of Malta #A29483

Tints of Malta #A29483

Color information

#A29483 (or 0xA29483) is unknown color: approx Malta. HEX triplet: A2, 94 and 83. RGB value is (162,148,131). Sum of RGB (Red+Green+Blue) = 162+148+131=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A29483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29483 is #5D6B7C. Grayscale: #969696. Windows color (decimal): -6122365 or 8623266. OLE color: 8623266.

HSL color Cylindrical-coordinate representation of color #A29483: hue angle of 32.9º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29483 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162148131-
CMYK00.090.190.36
HSL32.9º14.29%57.45%-
HSV(B)32.9º19.14%63.53%-
XYZ29.5930.525.8-
YUV150.25117.14136.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=36.73%
G=33.56%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214813100.090.190.3632.914.2957.45
HexA2948309132421e39
Octal2422242030112344411671
Binary10100010100101001000001101001100111001001000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29483; }

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

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

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

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

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

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

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

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