#A5A96A

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

Shades of Green Smoke #A5A96A

Tints of Green Smoke #A5A96A

Color information

#A5A96A (or 0xA5A96A) is unknown color: approx Green Smoke. HEX triplet: A5, A9 and 6A. RGB value is (165,169,106). Sum of RGB (Red+Green+Blue) = 165+169+106=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A96A is #5A5695. Grayscale: #A0A0A0. Windows color (decimal): -5920406 or 6990245. OLE color: 6990245.

HSL color Cylindrical-coordinate representation of color #A5A96A: hue angle of 63.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5A96A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB165169106-
CMYK0.0200.370.34
HSL63.81º26.81%53.92%-
HSV(B)63.81º37.28%66.27%-
XYZ32.3137.4219.15-
YUV160.6297.17131.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=37.5%
G=38.41%
B=24.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691060.0200.370.3463.8126.8153.92
HexA5A96A202522401b36
Octal2452511522045421003366
Binary10100101101010011101010100100101100010100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A96A; }

 p { color: rgb(165,169,106); }

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

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

 a { background-color: rgb(165,169,106); }

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

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

 span { border-color: rgb(165,169,106); }

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