#A1A36E

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

Shades of Green Smoke #A1A36E

Tints of Green Smoke #A1A36E

Color information

#A1A36E (or 0xA1A36E) is unknown color: approx Green Smoke. HEX triplet: A1, A3 and 6E. RGB value is (161,163,110). Sum of RGB (Red+Green+Blue) = 161+163+110=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A36E is #5E5C91. Grayscale: #9C9C9C. Windows color (decimal): -6184082 or 7250849. OLE color: 7250849.

HSL color Cylindrical-coordinate representation of color #A1A36E: hue angle of 62.26º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A36E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB161163110-
CMYK0.0100.330.36
HSL62.26º22.36%53.53%-
HSV(B)62.26º32.52%63.92%-
XYZ30.6134.919.87-
YUV156.36101.84131.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=37.10%
G=37.56%
B=25.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631100.0100.330.3662.2622.3653.53
HexA1A36E1021243e1636
Octal241243156104144762666
Binary101000011010001111011101010000110010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A36E; }

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

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

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

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

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

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

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

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