#A2AF7A

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

Shades of Locust #A2AF7A

Tints of Locust #A2AF7A

Color information

#A2AF7A (or 0xA2AF7A) is unknown color: approx Locust. HEX triplet: A2, AF and 7A. RGB value is (162,175,122). Sum of RGB (Red+Green+Blue) = 162+175+122=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF7A is #5D5085. Grayscale: #A5A5A5. Windows color (decimal): -6115462 or 8040354. OLE color: 8040354.

HSL color Cylindrical-coordinate representation of color #A2AF7A: hue angle of 74.72º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AF7A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB162175122-
CMYK0.0700.300.31
HSL74.72º24.88%58.24%-
HSV(B)74.72º30.29%68.63%-
XYZ33.7439.7524.31-
YUV165.07103.69125.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=35.29%
G=38.13%
B=26.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751220.0700.300.3174.7224.8858.24
HexA2AF7A701E1F4b193a
Octal2422571727036371133172
Binary1010001010101111111101011101111011111100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF7A; }

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

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

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

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

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

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

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

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