#A5A25E

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

Shades of Green Smoke #A5A25E

Tints of Green Smoke #A5A25E

Color information

#A5A25E (or 0xA5A25E) is unknown color: approx Green Smoke. HEX triplet: A5, A2 and 5E. RGB value is (165,162,94). Sum of RGB (Red+Green+Blue) = 165+162+94=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A25E is #5A5DA1. Grayscale: #9B9B9B. Windows color (decimal): -5922210 or 6202021. OLE color: 6202021.

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

Color convert

RGB16516294-
CMYK00.020.430.35
HSL57.46º28.29%50.78%-
HSV(B)57.46º43.03%64.71%-
XYZ30.4634.6515.67-
YUV155.1593.49135.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=39.19%
G=38.48%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651629400.020.430.3557.4628.2950.78
HexA5A25E022B23391c33
Octal245242136025343713463
Binary1010010110100010101111001010101110001111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A25E; }

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

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

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

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

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

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

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

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