#A1A062

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

Shades of Green Smoke #A1A062

Tints of Green Smoke #A1A062

Color information

#A1A062 (or 0xA1A062) is unknown color: approx Green Smoke. HEX triplet: A1, A0 and 62. RGB value is (161,160,98). Sum of RGB (Red+Green+Blue) = 161+160+98=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A062 is #5E5F9D. Grayscale: #999999. Windows color (decimal): -6184862 or 6463649. OLE color: 6463649.

HSL color Cylindrical-coordinate representation of color #A1A062: hue angle of 59.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A062 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16116098-
CMYK00.010.390.37
HSL59.05º25.1%50.78%-
HSV(B)59.05º39.13%63.14%-
XYZ29.4733.616.49-
YUV153.2396.83133.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=38.42%
G=38.19%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611609800.010.390.3759.0525.150.78
HexA1A0620127253b1933
Octal241240142014745733163
Binary101000011010000011000100110011110010111101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A062; }

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

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

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

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

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

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

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

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