#A5AAA5

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

Shades of Mantle #A5AAA5

Tints of Mantle #A5AAA5

Color information

#A5AAA5 (or 0xA5AAA5) is unknown color: approx Mantle. HEX triplet: A5, AA and A5. RGB value is (165,170,165). Sum of RGB (Red+Green+Blue) = 165+170+165=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA5 is #5A555A. Grayscale: #A7A7A7. Windows color (decimal): -5920091 or 10857125. OLE color: 10857125.

HSL color Cylindrical-coordinate representation of color #A5AAA5: hue angle of 120º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A5AAA5 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB165170165-
CMYK0.0300.030.33
HSL120º2.86%65.69%-
HSV(B)120º2.94%66.67%-
XYZ36.6839.4741.28-
YUV167.94126.34125.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 165 (64.84% from 255) = 33%
R=33%
G=34%
B=33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701650.0300.030.331202.8665.69
HexA5AAA53032178342
Octal245252245303411703102
Binary101001011010101010100101110111000011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAA5; }

 p { color: rgb(165,170,165); }

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

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

 a { background-color: rgb(165,170,165); }

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

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

 span { border-color: rgb(165,170,165); }

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