#A29582

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

Shades of Malta #A29582

Tints of Malta #A29582

Color information

#A29582 (or 0xA29582) is unknown color: approx Malta. HEX triplet: A2, 95 and 82. RGB value is (162,149,130). Sum of RGB (Red+Green+Blue) = 162+149+130=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A29582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29582 is #5D6A7D. Grayscale: #969696. Windows color (decimal): -6122110 or 8557986. OLE color: 8557986.

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

Color convert

RGB162149130-
CMYK00.080.200.36
HSL35.63º14.68%57.25%-
HSV(B)35.63º19.75%63.53%-
XYZ29.6830.7925.5-
YUV150.72116.31136.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=36.73%
G=33.79%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214913000.080.200.3635.6314.6857.25
HexA2958208142424f39
Octal2422252020102444441771
Binary10100010100101011000001001000101001001001001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29582; }

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

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

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

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

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

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

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

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