#A1A562

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

Shades of Green Smoke #A1A562

Tints of Green Smoke #A1A562

Color information

#A1A562 (or 0xA1A562) is unknown color: approx Green Smoke. HEX triplet: A1, A5 and 62. RGB value is (161,165,98). Sum of RGB (Red+Green+Blue) = 161+165+98=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A562 is #5E5A9D. Grayscale: #9C9C9C. Windows color (decimal): -6183582 or 6464929. OLE color: 6464929.

HSL color Cylindrical-coordinate representation of color #A1A562: hue angle of 63.58º degrees, saturation: 0.27, 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 #A1A562 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16116598-
CMYK0.0200.410.35
HSL63.58º27.13%51.57%-
HSV(B)63.58º40.61%64.71%-
XYZ30.3635.3716.78-
YUV156.1795.17131.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=37.97%
G=38.92%
B=23.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161165980.0200.410.3563.5827.1351.57
HexA1A562202923401b34
Octal2412451422051431003364
Binary10100001101001011100010100101001100011100000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A562; }

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

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

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

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

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

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

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

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