#A8AA80

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

Shades of Locust #A8AA80

Tints of Locust #A8AA80

Color information

#A8AA80 (or 0xA8AA80) is unknown color: approx Locust. HEX triplet: A8, AA and 80. RGB value is (168,170,128). Sum of RGB (Red+Green+Blue) = 168+170+128=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA80 is #57557F. Grayscale: #A4A4A4. Windows color (decimal): -5723520 or 8432296. OLE color: 8432296.

HSL color Cylindrical-coordinate representation of color #A8AA80: hue angle of 62.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8AA80 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB168170128-
CMYK0.0100.250.33
HSL62.86º19.81%58.43%-
HSV(B)62.86º24.71%66.67%-
XYZ34.4238.6326.06-
YUV164.61107.34130.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=36.05%
G=36.48%
B=27.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701280.0100.250.3362.8619.8158.43
HexA8AA801019213f143a
Octal250252200103141772472
Binary101010001010101010000000101100110000111111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA80; }

 p { color: rgb(168,170,128); }

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

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

 a { background-color: rgb(168,170,128); }

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

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

 span { border-color: rgb(168,170,128); }

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