#A2A55C

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

Shades of Green Smoke #A2A55C

Tints of Green Smoke #A2A55C

Color information

#A2A55C (or 0xA2A55C) is unknown color: approx Green Smoke. HEX triplet: A2, A5 and 5C. RGB value is (162,165,92). Sum of RGB (Red+Green+Blue) = 162+165+92=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A55C is #5D5AA3. Grayscale: #9C9C9C. Windows color (decimal): -6118052 or 6071714. OLE color: 6071714.

HSL color Cylindrical-coordinate representation of color #A2A55C: hue angle of 62.47º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2A55C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16216592-
CMYK0.0200.440.35
HSL62.47º28.85%50.39%-
HSV(B)62.47º44.24%64.71%-
XYZ30.2935.3615.35-
YUV155.7892.01132.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=38.66%
G=39.38%
B=21.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162165920.0200.440.3562.4728.8550.39
HexA2A55C202C233e1d32
Octal242245134205443763562
Binary1010001010100101101110010010110010001111111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A55C; }

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

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

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

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

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

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

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

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