#A5A156

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

Shades of Green Smoke #A5A156

Tints of Green Smoke #A5A156

Color information

#A5A156 (or 0xA5A156) is unknown color: approx Green Smoke. HEX triplet: A5, A1 and 56. RGB value is (165,161,86). Sum of RGB (Red+Green+Blue) = 165+161+86=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A156 is #5A5EA9. Grayscale: #999999. Windows color (decimal): -5922474 or 5677477. OLE color: 5677477.

HSL color Cylindrical-coordinate representation of color #A5A156: hue angle of 56.96º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5A156 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16516186-
CMYK00.020.480.35
HSL56.96º31.47%49.22%-
HSV(B)56.96º47.88%64.71%-
XYZ29.9434.1613.82-
YUV153.6589.83136.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=40.05%
G=39.08%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651618600.020.480.3556.9631.4749.22
HexA5A156023023391f31
Octal245241126026043713761
Binary1010010110100001101011001011000010001111100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A156; }

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

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

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

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

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

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

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

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