#A29785

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

Shades of Malta #A29785

Tints of Malta #A29785

Color information

#A29785 (or 0xA29785) is unknown color: approx Malta. HEX triplet: A2, 97 and 85. RGB value is (162,151,133). Sum of RGB (Red+Green+Blue) = 162+151+133=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29785 is #5D687A. Grayscale: #989898. Windows color (decimal): -6121595 or 8755106. OLE color: 8755106.

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

Color convert

RGB162151133-
CMYK00.070.180.36
HSL37.24º13.49%57.84%-
HSV(B)37.24º17.9%63.53%-
XYZ30.231.5126.68-
YUV152.24117.14134.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=36.32%
G=33.86%
B=29.82%

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
Decimal16215113300.070.180.3637.2413.4957.84
HexA2978507122425d3a
Octal242227205072244451572
Binary1010001010010111100001010111100101001001001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29785; }

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

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

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

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

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

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

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

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