#A2B07A

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

Shades of Locust #A2B07A

Tints of Locust #A2B07A

Color information

#A2B07A (or 0xA2B07A) is unknown color: approx Locust. HEX triplet: A2, B0 and 7A. RGB value is (162,176,122). Sum of RGB (Red+Green+Blue) = 162+176+122=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B07A is #5D4F85. Grayscale: #A5A5A5. Windows color (decimal): -6115206 or 8040610. OLE color: 8040610.

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

Color convert

RGB162176122-
CMYK0.0800.310.31
HSL75.56º25.47%58.43%-
HSV(B)75.56º30.68%69.02%-
XYZ33.9440.1424.37-
YUV165.66103.36125.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=35.22%
G=38.26%
B=26.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621761220.0800.310.3175.5625.4758.43
HexA2B07A801F1F4c193a
Octal24226017210037371143172
Binary10100010101100001111010100001111111111100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B07A; }

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

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

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

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

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

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

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

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