#A29684

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

Shades of Malta #A29684

Tints of Malta #A29684

Color information

#A29684 (or 0xA29684) is unknown color: approx Malta. HEX triplet: A2, 96 and 84. RGB value is (162,150,132). Sum of RGB (Red+Green+Blue) = 162+150+132=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29684 is #5D697B. Grayscale: #979797. Windows color (decimal): -6121852 or 8689314. OLE color: 8689314.

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

Color convert

RGB162150132-
CMYK00.070.190.36
HSL36º13.89%57.65%-
HSV(B)36º18.52%63.53%-
XYZ29.9731.1626.26-
YUV151.54116.98135.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=36.49%
G=33.78%
B=29.73%

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
Decimal16215013200.070.190.363613.8957.65
HexA2968407132424e3a
Octal242226204072344441672
Binary1010001010010110100001000111100111001001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29684; }

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

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

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

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

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

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

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

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