#A2AE80

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

Shades of Locust #A2AE80

Tints of Locust #A2AE80

Color information

#A2AE80 (or 0xA2AE80) is unknown color: approx Locust. HEX triplet: A2, AE and 80. RGB value is (162,174,128). Sum of RGB (Red+Green+Blue) = 162+174+128=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE80 is #5D517F. Grayscale: #A5A5A5. Windows color (decimal): -6115712 or 8433314. OLE color: 8433314.

HSL color Cylindrical-coordinate representation of color #A2AE80: hue angle of 75.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AE80 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB162174128-
CMYK0.0700.260.32
HSL75.65º22.12%59.22%-
HSV(B)75.65º26.44%68.24%-
XYZ33.9339.5126.26-
YUV165.17107.02125.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=34.91%
G=37.5%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741280.0700.260.3275.6522.1259.22
HexA2AE80701A204c163b
Octal2422562007032401142673
Binary101000101010111010000000111011010100000100110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE80; }

 p { color: rgb(162,174,128); }

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

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

 a { background-color: rgb(162,174,128); }

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

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

 span { border-color: rgb(162,174,128); }

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