#A5A254

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

Shades of Green Smoke #A5A254

Tints of Green Smoke #A5A254

Color information

#A5A254 (or 0xA5A254) is unknown color: approx Green Smoke. HEX triplet: A5, A2 and 54. RGB value is (165,162,84). Sum of RGB (Red+Green+Blue) = 165+162+84=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A254 is #5A5DAB. Grayscale: #9A9A9A. Windows color (decimal): -5922220 or 5546661. OLE color: 5546661.

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

Color convert

RGB16516284-
CMYK00.020.490.35
HSL57.78º32.53%48.82%-
HSV(B)57.78º49.09%64.71%-
XYZ30.0434.4813.46-
YUV15488.49135.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=40.15%
G=39.42%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651628400.020.490.3557.7832.5348.82
HexA5A2540231233a2131
Octal245242124026143724161
Binary10100101101000101010100010110001100011111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A254; }

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

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

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

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

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

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

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

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