#A29382

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

Shades of Malta #A29382

Tints of Malta #A29382

Color information

#A29382 (or 0xA29382) is unknown color: approx Malta. HEX triplet: A2, 93 and 82. RGB value is (162,147,130). Sum of RGB (Red+Green+Blue) = 162+147+130=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A29382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29382 is #5D6C7D. Grayscale: #959595. Windows color (decimal): -6122622 or 8557474. OLE color: 8557474.

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

Color convert

RGB162147130-
CMYK00.090.200.36
HSL31.88º14.68%57.25%-
HSV(B)31.88º19.75%63.53%-
XYZ29.3630.1625.39-
YUV149.55116.97136.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=36.90%
G=33.49%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214713000.090.200.3631.8814.6857.25
HexA2938209142420f39
Octal2422232020112444401771
Binary10100010100100111000001001001101001001001000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29382; }

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

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

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

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

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

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

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

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