#A29685

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

Shades of Malta #A29685

Tints of Malta #A29685

Color information

#A29685 (or 0xA29685) is unknown color: approx Malta. HEX triplet: A2, 96 and 85. RGB value is (162,150,133). Sum of RGB (Red+Green+Blue) = 162+150+133=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29685 is #5D697A. Grayscale: #979797. Windows color (decimal): -6121851 or 8754850. OLE color: 8754850.

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

Color convert

RGB162150133-
CMYK00.070.180.36
HSL35.17º13.49%57.84%-
HSV(B)35.17º17.9%63.53%-
XYZ30.0431.1926.63-
YUV151.65117.48135.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=36.40%
G=33.71%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215013300.070.180.3635.1713.4957.84
HexA2968507122423d3a
Octal242226205072244431572
Binary1010001010010110100001010111100101001001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29685; }

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

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

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

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

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

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

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

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