#A6A465

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

Shades of Green Smoke #A6A465

Tints of Green Smoke #A6A465

Color information

#A6A465 (or 0xA6A465) is unknown color: approx Green Smoke. HEX triplet: A6, A4 and 65. RGB value is (166,164,101). Sum of RGB (Red+Green+Blue) = 166+164+101=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A465 is #595B9A. Grayscale: #9D9D9D. Windows color (decimal): -5856155 or 6661286. OLE color: 6661286.

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

Color convert

RGB166164101-
CMYK00.010.390.35
HSL58.15º26.75%52.35%-
HSV(B)58.15º39.16%65.1%-
XYZ31.3535.617.53-
YUV157.4296.16134.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=38.52%
G=38.05%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616410100.010.390.3558.1526.7552.35
HexA6A4650127233a1b34
Octal246244145014743723364
Binary101001101010010011001010110011110001111101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A465; }

 p { color: rgb(166,164,101); }

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

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

 a { background-color: rgb(166,164,101); }

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

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

 span { border-color: rgb(166,164,101); }

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