#A29481

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

Shades of Malta #A29481

Tints of Malta #A29481

Color information

#A29481 (or 0xA29481) is unknown color: approx Malta. HEX triplet: A2, 94 and 81. RGB value is (162,148,129). Sum of RGB (Red+Green+Blue) = 162+148+129=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A29481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29481 is #5D6B7E. Grayscale: #969696. Windows color (decimal): -6122367 or 8492194. OLE color: 8492194.

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

Color convert

RGB162148129-
CMYK00.090.200.36
HSL34.55º15.07%57.06%-
HSV(B)34.55º20.37%63.53%-
XYZ29.4530.4525.09-
YUV150.02116.14136.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=36.90%
G=33.71%
B=29.38%

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
Decimal16214812900.090.200.3634.5515.0757.06
HexA2948109142423f39
Octal2422242010112444431771
Binary10100010100101001000000101001101001001001000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29481; }

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

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

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

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

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

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

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

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