#A29682

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

Shades of Malta #A29682

Tints of Malta #A29682

Color information

#A29682 (or 0xA29682) is unknown color: approx Malta. HEX triplet: A2, 96 and 82. RGB value is (162,150,130). Sum of RGB (Red+Green+Blue) = 162+150+130=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29682 is #5D697D. Grayscale: #979797. Windows color (decimal): -6121854 or 8558242. OLE color: 8558242.

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

Color convert

RGB162150130-
CMYK00.070.200.36
HSL37.5º14.68%57.25%-
HSV(B)37.5º19.75%63.53%-
XYZ29.8431.1125.55-
YUV151.31115.98135.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=36.65%
G=33.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215013000.070.200.3637.514.6857.25
HexA2968207142426f39
Octal242226202072444461771
Binary1010001010010110100000100111101001001001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29682; }

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

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

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

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

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

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

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

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