#A29280

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

Shades of Malta #A29280

Tints of Malta #A29280

Color information

#A29280 (or 0xA29280) is unknown color: approx Malta. HEX triplet: A2, 92 and 80. RGB value is (162,146,128). Sum of RGB (Red+Green+Blue) = 162+146+128=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A29280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29280 is #5D6D7F. Grayscale: #949494. Windows color (decimal): -6122880 or 8426146. OLE color: 8426146.

HSL color Cylindrical-coordinate representation of color #A29280: hue angle of 31.76º 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 #A29280 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162146128-
CMYK00.100.210.36
HSL31.76º15.45%56.86%-
HSV(B)31.76º20.99%63.53%-
XYZ29.0829.824.64-
YUV148.73116.3137.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=37.16%
G=33.49%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214612800.100.210.3631.7615.4556.86
HexA292800A152420f39
Octal2422222000122544401771
Binary10100010100100101000000001010101011001001000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29280; }

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

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

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

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

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

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

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

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