#A5A061

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

Shades of Green Smoke #A5A061

Tints of Green Smoke #A5A061

Color information

#A5A061 (or 0xA5A061) is unknown color: approx Green Smoke. HEX triplet: A5, A0 and 61. RGB value is (165,160,97). Sum of RGB (Red+Green+Blue) = 165+160+97=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A061 is #5A5F9E. Grayscale: #9A9A9A. Windows color (decimal): -5922719 or 6398117. OLE color: 6398117.

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

Color convert

RGB16516097-
CMYK00.030.410.35
HSL55.59º27.42%51.37%-
HSV(B)55.59º41.21%64.71%-
XYZ30.253416.28-
YUV154.3195.66135.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=39.10%
G=37.91%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651609700.030.410.3555.5927.4251.37
HexA5A061032923381b33
Octal245240141035143703363
Binary1010010110100000110000101110100110001111100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A061; }

 p { color: rgb(165,160,97); }

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

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

 a { background-color: rgb(165,160,97); }

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

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

 span { border-color: rgb(165,160,97); }

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