#A5AA57

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

Shades of Green Smoke #A5AA57

Tints of Green Smoke #A5AA57

Color information

#A5AA57 (or 0xA5AA57) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 57. RGB value is (165,170,87). Sum of RGB (Red+Green+Blue) = 165+170+87=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA57 is #5A55A8. Grayscale: #9F9F9F. Windows color (decimal): -5920169 or 5745317. OLE color: 5745317.

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

Color convert

RGB16517087-
CMYK0.0300.490.33
HSL63.61º32.81%50.39%-
HSV(B)63.61º48.82%66.67%-
XYZ31.6137.4414.58-
YUV159.0487.34132.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=39.10%
G=40.28%
B=20.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170870.0300.490.3363.6132.8150.39
HexA5AA57303121402132
Octal2452521273061411004162
Binary101001011010101010101111101100011000011000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA57; }

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

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

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

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

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

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

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

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