#A5AA5F

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

Shades of Green Smoke #A5AA5F

Tints of Green Smoke #A5AA5F

Color information

#A5AA5F (or 0xA5AA5F) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 5F. RGB value is (165,170,95). Sum of RGB (Red+Green+Blue) = 165+170+95=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA5F is #5A55A0. Grayscale: #A0A0A0. Windows color (decimal): -5920161 or 6269605. OLE color: 6269605.

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

Color convert

RGB16517095-
CMYK0.0300.440.33
HSL64º30.61%51.96%-
HSV(B)64º44.12%66.67%-
XYZ31.9637.5816.39-
YUV159.9691.34131.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=38.37%
G=39.53%
B=22.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170950.0300.440.336430.6151.96
HexA5AA5F302C21401f34
Octal2452521373054411003764
Binary10100101101010101011111110101100100001100000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA5F; }

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

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

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

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

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

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

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

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