#A2AC5A

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

Shades of Green Smoke #A2AC5A

Tints of Green Smoke #A2AC5A

Color information

#A2AC5A (or 0xA2AC5A) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 5A. RGB value is (162,172,90). Sum of RGB (Red+Green+Blue) = 162+172+90=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC5A is #5D53A5. Grayscale: #9F9F9F. Windows color (decimal): -6116262 or 5942434. OLE color: 5942434.

HSL color Cylindrical-coordinate representation of color #A2AC5A: hue angle of 67.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2AC5A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB16217290-
CMYK0.0600.480.33
HSL67.32º33.06%51.37%-
HSV(B)67.32º47.67%67.45%-
XYZ31.537.9215.33-
YUV159.6688.69129.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=38.21%
G=40.57%
B=21.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172900.0600.480.3367.3233.0651.37
HexA2AC5A603021432133
Octal2422541326060411034163
Binary1010001010101100101101011001100001000011000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC5A; }

 p { color: rgb(162,172,90); }

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

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

 a { background-color: rgb(162,172,90); }

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

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

 span { border-color: rgb(162,172,90); }

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