#A6A462

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

Shades of Green Smoke #A6A462

Tints of Green Smoke #A6A462

Color information

#A6A462 (or 0xA6A462) is unknown color: approx Green Smoke. HEX triplet: A6, A4 and 62. RGB value is (166,164,98). Sum of RGB (Red+Green+Blue) = 166+164+98=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A462 is #595B9D. Grayscale: #9D9D9D. Windows color (decimal): -5856158 or 6464678. OLE color: 6464678.

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

Color convert

RGB16616498-
CMYK00.010.410.35
HSL58.24º27.64%51.76%-
HSV(B)58.24º40.96%65.1%-
XYZ31.2135.5416.77-
YUV157.0794.66134.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=38.79%
G=38.32%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661649800.010.410.3558.2427.6451.76
HexA6A4620129233a1c34
Octal246244142015143723464
Binary101001101010010011000100110100110001111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A462; }

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

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

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

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

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

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

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

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