#A5AA59

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

Shades of Green Smoke #A5AA59

Tints of Green Smoke #A5AA59

Color information

#A5AA59 (or 0xA5AA59) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 59. RGB value is (165,170,89). Sum of RGB (Red+Green+Blue) = 165+170+89=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA59 is #5A55A6. Grayscale: #9F9F9F. Windows color (decimal): -5920167 or 5876389. OLE color: 5876389.

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

Color convert

RGB16517089-
CMYK0.0300.480.33
HSL63.7º32.27%50.78%-
HSV(B)63.7º47.65%66.67%-
XYZ31.6937.4715.01-
YUV159.2788.34132.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=38.92%
G=40.09%
B=20.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170890.0300.480.3363.732.2750.78
HexA5AA59303021402033
Octal2452521313060411004063
Binary101001011010101010110011101100001000011000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA59; }

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

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

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

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

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

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

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

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