#A5AA56

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

Shades of Green Smoke #A5AA56

Tints of Green Smoke #A5AA56

Color information

#A5AA56 (or 0xA5AA56) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 56. RGB value is (165,170,86). Sum of RGB (Red+Green+Blue) = 165+170+86=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA56 is #5A55A9. Grayscale: #9F9F9F. Windows color (decimal): -5920170 or 5679781. OLE color: 5679781.

HSL color Cylindrical-coordinate representation of color #A5AA56: hue angle of 63.57º 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 #A5AA56 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB16517086-
CMYK0.0300.490.33
HSL63.57º33.07%50.2%-
HSV(B)63.57º49.41%66.67%-
XYZ31.5737.4214.36-
YUV158.9386.84132.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=39.19%
G=40.38%
B=20.43%

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
Decimal165170860.0300.490.3363.5733.0750.2
HexA5AA56303121402132
Octal2452521263061411004162
Binary101001011010101010101101101100011000011000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA56; }

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

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

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

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

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

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

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

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