#A6A364

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

Shades of Green Smoke #A6A364

Tints of Green Smoke #A6A364

Color information

#A6A364 (or 0xA6A364) is unknown color: approx Green Smoke. HEX triplet: A6, A3 and 64. RGB value is (166,163,100). Sum of RGB (Red+Green+Blue) = 166+163+100=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A364 is #595C9B. Grayscale: #9C9C9C. Windows color (decimal): -5856412 or 6595494. OLE color: 6595494.

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

Color convert

RGB166163100-
CMYK00.020.400.35
HSL57.27º27.05%52.16%-
HSV(B)57.27º39.76%65.1%-
XYZ31.1235.2217.21-
YUV156.7295.99134.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=38.69%
G=38.00%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616310000.020.400.3557.2727.0552.16
HexA6A364022823391b34
Octal246243144025043713364
Binary1010011010100011110010001010100010001111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A364; }

 p { color: rgb(166,163,100); }

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

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

 a { background-color: rgb(166,163,100); }

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

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

 span { border-color: rgb(166,163,100); }

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