#A5A255

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

Shades of Green Smoke #A5A255

Tints of Green Smoke #A5A255

Color information

#A5A255 (or 0xA5A255) is unknown color: approx Green Smoke. HEX triplet: A5, A2 and 55. RGB value is (165,162,85). Sum of RGB (Red+Green+Blue) = 165+162+85=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A255 is #5A5DAA. Grayscale: #9A9A9A. Windows color (decimal): -5922219 or 5612197. OLE color: 5612197.

HSL color Cylindrical-coordinate representation of color #A5A255: hue angle of 57.75º degrees, saturation: 0.32, 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 #A5A255 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16516285-
CMYK00.020.480.35
HSL57.75º32%49.02%-
HSV(B)57.75º48.48%64.71%-
XYZ30.0834.513.67-
YUV154.1288.99135.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=40.05%
G=39.32%
B=20.63%

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
Decimal1651628500.020.480.3557.753249.02
HexA5A2550230233a2031
Octal245242125026043724061
Binary10100101101000101010101010110000100011111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A255; }

 p { color: rgb(165,162,85); }

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

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

 a { background-color: rgb(165,162,85); }

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

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

 span { border-color: rgb(165,162,85); }

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