#A29380

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

Shades of Malta #A29380

Tints of Malta #A29380

Color information

#A29380 (or 0xA29380) is unknown color: approx Malta. HEX triplet: A2, 93 and 80. RGB value is (162,147,128). Sum of RGB (Red+Green+Blue) = 162+147+128=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29380 is #5D6C7F. Grayscale: #959595. Windows color (decimal): -6122624 or 8426402. OLE color: 8426402.

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

Color convert

RGB162147128-
CMYK00.090.210.36
HSL33.53º15.45%56.86%-
HSV(B)33.53º20.99%63.53%-
XYZ29.2330.1124.69-
YUV149.32115.97137.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=37.07%
G=33.64%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214712800.090.210.3633.5315.4556.86
HexA2938009152422f39
Octal2422232000112544421771
Binary10100010100100111000000001001101011001001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29380; }

 p { color: rgb(162,147,128); }

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

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

 a { background-color: rgb(162,147,128); }

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

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

 span { border-color: rgb(162,147,128); }

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