#A1A468

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

Shades of Green Smoke #A1A468

Tints of Green Smoke #A1A468

Color information

#A1A468 (or 0xA1A468) is unknown color: approx Green Smoke. HEX triplet: A1, A4 and 68. RGB value is (161,164,104). Sum of RGB (Red+Green+Blue) = 161+164+104=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A468 is #5E5B97. Grayscale: #9C9C9C. Windows color (decimal): -6183832 or 6857889. OLE color: 6857889.

HSL color Cylindrical-coordinate representation of color #A1A468: hue angle of 63º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1A468 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB161164104-
CMYK0.0200.370.36
HSL63º24.79%52.55%-
HSV(B)63º36.59%64.31%-
XYZ30.4735.1318.27-
YUV156.2698.51131.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=37.53%
G=38.23%
B=24.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641040.0200.370.366324.7952.55
HexA1A4682025243f1935
Octal241244150204544773165
Binary1010000110100100110100010010010110010011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A468; }

 p { color: rgb(161,164,104); }

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

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

 a { background-color: rgb(161,164,104); }

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

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

 span { border-color: rgb(161,164,104); }

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