#A1A362

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

Shades of Green Smoke #A1A362

Tints of Green Smoke #A1A362

Color information

#A1A362 (or 0xA1A362) is unknown color: approx Green Smoke. HEX triplet: A1, A3 and 62. RGB value is (161,163,98). Sum of RGB (Red+Green+Blue) = 161+163+98=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A362 is #5E5C9D. Grayscale: #9B9B9B. Windows color (decimal): -6184094 or 6464417. OLE color: 6464417.

HSL color Cylindrical-coordinate representation of color #A1A362: hue angle of 61.85º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1A362 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16116398-
CMYK0.0100.400.36
HSL61.85º26.1%51.18%-
HSV(B)61.85º39.88%63.92%-
XYZ3034.6516.66-
YUV154.9995.84132.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=38.15%
G=38.63%
B=23.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161163980.0100.400.3661.8526.151.18
HexA1A3621028243e1a33
Octal241243142105044763263
Binary101000011010001111000101010100010010011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A362; }

 p { color: rgb(161,163,98); }

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

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

 a { background-color: rgb(161,163,98); }

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

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

 span { border-color: rgb(161,163,98); }

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