#A2A968

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

Shades of Green Smoke #A2A968

Tints of Green Smoke #A2A968

Color information

#A2A968 (or 0xA2A968) is unknown color: approx Green Smoke. HEX triplet: A2, A9 and 68. RGB value is (162,169,104). Sum of RGB (Red+Green+Blue) = 162+169+104=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A968 is #5D5697. Grayscale: #9F9F9F. Windows color (decimal): -6117016 or 6859170. OLE color: 6859170.

HSL color Cylindrical-coordinate representation of color #A2A968: hue angle of 66.46º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A968 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB162169104-
CMYK0.0400.380.34
HSL66.46º27.43%53.53%-
HSV(B)66.46º38.46%66.27%-
XYZ31.5937.0618.58-
YUV159.596.68129.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=37.24%
G=38.85%
B=23.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691040.0400.380.3466.4627.4353.53
HexA2A968402622421b36
Octal2422511504046421023366
Binary101000101010100111010001000100110100010100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A968; }

 p { color: rgb(162,169,104); }

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

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

 a { background-color: rgb(162,169,104); }

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

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

 span { border-color: rgb(162,169,104); }

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