#A5A66C

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

Shades of Green Smoke #A5A66C

Tints of Green Smoke #A5A66C

Color information

#A5A66C (or 0xA5A66C) is unknown color: approx Green Smoke. HEX triplet: A5, A6 and 6C. RGB value is (165,166,108). Sum of RGB (Red+Green+Blue) = 165+166+108=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66C is #5A5993. Grayscale: #9F9F9F. Windows color (decimal): -5921172 or 7120549. OLE color: 7120549.

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

Color convert

RGB165166108-
CMYK0.0100.350.35
HSL61.03º24.58%53.73%-
HSV(B)61.03º34.94%65.1%-
XYZ31.8636.3519.53-
YUV159.0999.17132.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=37.59%
G=37.81%
B=24.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661080.0100.350.3561.0324.5853.73
HexA5A66C1023233d1936
Octal245246154104343753166
Binary101001011010011011011001010001110001111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A66C; }

 p { color: rgb(165,166,108); }

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

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

 a { background-color: rgb(165,166,108); }

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

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

 span { border-color: rgb(165,166,108); }

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