#A2A761

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

Shades of Green Smoke #A2A761

Tints of Green Smoke #A2A761

Color information

#A2A761 (or 0xA2A761) is unknown color: approx Green Smoke. HEX triplet: A2, A7 and 61. RGB value is (162,167,97). Sum of RGB (Red+Green+Blue) = 162+167+97=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A761 is #5D589E. Grayscale: #9D9D9D. Windows color (decimal): -6117535 or 6399906. OLE color: 6399906.

HSL color Cylindrical-coordinate representation of color #A2A761: hue angle of 64.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2A761 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16216797-
CMYK0.0300.420.35
HSL64.29º28.46%51.76%-
HSV(B)64.29º41.92%65.49%-
XYZ30.8836.1816.67-
YUV157.5293.84131.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=38.03%
G=39.20%
B=22.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162167970.0300.420.3564.2928.4651.76
HexA2A761302A23401c34
Octal2422471413052431003464
Binary10100010101001111100001110101010100011100000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A761; }

 p { color: rgb(162,167,97); }

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

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

 a { background-color: rgb(162,167,97); }

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

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

 span { border-color: rgb(162,167,97); }

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