#A29683

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

Shades of Malta #A29683

Tints of Malta #A29683

Color information

#A29683 (or 0xA29683) is unknown color: approx Malta. HEX triplet: A2, 96 and 83. RGB value is (162,150,131). Sum of RGB (Red+Green+Blue) = 162+150+131=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29683 is #5D697C. Grayscale: #979797. Windows color (decimal): -6121853 or 8623778. OLE color: 8623778.

HSL color Cylindrical-coordinate representation of color #A29683: hue angle of 36.77º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29683 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162150131-
CMYK00.070.190.36
HSL36.77º14.29%57.45%-
HSV(B)36.77º19.14%63.53%-
XYZ29.931.1325.91-
YUV151.42116.48135.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=36.57%
G=33.86%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215013100.070.190.3636.7714.2957.45
HexA2968307132425e39
Octal242226203072344451671
Binary1010001010010110100000110111100111001001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29683; }

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

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

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

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

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

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

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

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