#A69482

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

Shades of Malta #A69482

Tints of Malta #A69482

Color information

#A69482 (or 0xA69482) is unknown color: approx Malta. HEX triplet: A6, 94 and 82. RGB value is (166,148,130). Sum of RGB (Red+Green+Blue) = 166+148+130=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69482 is #596B7D. Grayscale: #979797. Windows color (decimal): -5860222 or 8557734. OLE color: 8557734.

HSL color Cylindrical-coordinate representation of color #A69482: hue angle of 30º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69482 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166148130-
CMYK00.110.220.35
HSL30º16.82%58.04%-
HSV(B)30º21.69%65.1%-
XYZ30.3530.925.48-
YUV151.33115.96138.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=37.39%
G=33.33%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614813000.110.220.353016.8258.04
HexA694820B16231e113a
Octal2462242020132643362172
Binary10100110100101001000001001011101101000111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69482; }

 p { color: rgb(166,148,130); }

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

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

 a { background-color: rgb(166,148,130); }

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

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

 span { border-color: rgb(166,148,130); }

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