#A2AD79

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

Shades of Locust #A2AD79

Tints of Locust #A2AD79

Color information

#A2AD79 (or 0xA2AD79) is unknown color: approx Locust. HEX triplet: A2, AD and 79. RGB value is (162,173,121). Sum of RGB (Red+Green+Blue) = 162+173+121=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD79 is #5D5286. Grayscale: #A3A3A3. Windows color (decimal): -6115975 or 7974306. OLE color: 7974306.

HSL color Cylindrical-coordinate representation of color #A2AD79: hue angle of 72.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AD79 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB162173121-
CMYK0.0600.300.32
HSL72.69º24.07%57.65%-
HSV(B)72.69º30.06%67.84%-
XYZ33.338.9523.85-
YUV163.78103.86126.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=35.53%
G=37.94%
B=26.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731210.0600.300.3272.6924.0757.65
HexA2AD79601E2049183a
Octal2422551716036401113072
Binary10100010101011011111001110011110100000100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD79; }

 p { color: rgb(162,173,121); }

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

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

 a { background-color: rgb(162,173,121); }

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

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

 span { border-color: rgb(162,173,121); }

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