#A2AF80

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

Shades of Locust #A2AF80

Tints of Locust #A2AF80

Color information

#A2AF80 (or 0xA2AF80) is unknown color: approx Locust. HEX triplet: A2, AF and 80. RGB value is (162,175,128). Sum of RGB (Red+Green+Blue) = 162+175+128=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF80 is #5D507F. Grayscale: #A5A5A5. Windows color (decimal): -6115456 or 8433570. OLE color: 8433570.

HSL color Cylindrical-coordinate representation of color #A2AF80: hue angle of 76.6º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2AF80 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB162175128-
CMYK0.0700.270.31
HSL76.6º22.71%59.41%-
HSV(B)76.6º26.86%68.63%-
XYZ34.1339.926.32-
YUV165.76106.69125.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=34.84%
G=37.63%
B=27.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751280.0700.270.3176.622.7159.41
HexA2AF80701B1F4d173b
Octal2422572007033371152773
Binary10100010101011111000000011101101111111100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF80; }

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

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

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

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

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

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

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

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