#A2AB7A

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

Shades of Locust #A2AB7A

Tints of Locust #A2AB7A

Color information

#A2AB7A (or 0xA2AB7A) is unknown color: approx Locust. HEX triplet: A2, AB and 7A. RGB value is (162,171,122). Sum of RGB (Red+Green+Blue) = 162+171+122=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB7A is #5D5485. Grayscale: #A2A2A2. Windows color (decimal): -6116486 or 8039330. OLE color: 8039330.

HSL color Cylindrical-coordinate representation of color #A2AB7A: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2AB7A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB162171122-
CMYK0.0500.290.33
HSL71.02º22.58%57.45%-
HSV(B)71.02º28.65%67.06%-
XYZ32.9838.2124.05-
YUV162.72105.02127.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=35.60%
G=37.58%
B=26.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711220.0500.290.3371.0222.5857.45
HexA2AB7A501D21471739
Octal2422531725035411072771
Binary10100010101010111111010101011101100001100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB7A; }

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

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

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

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

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

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

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

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