#A2AC5C

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

Shades of Green Smoke #A2AC5C

Tints of Green Smoke #A2AC5C

Color information

#A2AC5C (or 0xA2AC5C) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 5C. RGB value is (162,172,92). Sum of RGB (Red+Green+Blue) = 162+172+92=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC5C is #5D53A3. Grayscale: #A0A0A0. Windows color (decimal): -6116260 or 6073506. OLE color: 6073506.

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

Color convert

RGB16217292-
CMYK0.0600.470.33
HSL67.5º32.52%51.76%-
HSV(B)67.5º46.51%67.45%-
XYZ31.5837.9615.79-
YUV159.8989.69129.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=38.03%
G=40.38%
B=21.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172920.0600.470.3367.532.5251.76
HexA2AC5C602F21442134
Octal2422541346057411044164
Binary1010001010101100101110011001011111000011000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC5C; }

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

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

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

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

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

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

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

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