#A7AA81

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

Shades of Locust #A7AA81

Tints of Locust #A7AA81

Color information

#A7AA81 (or 0xA7AA81) is unknown color: approx Locust. HEX triplet: A7, AA and 81. RGB value is (167,170,129). Sum of RGB (Red+Green+Blue) = 167+170+129=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA81 is #58557E. Grayscale: #A4A4A4. Windows color (decimal): -5789055 or 8497831. OLE color: 8497831.

HSL color Cylindrical-coordinate representation of color #A7AA81: hue angle of 64.39º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7AA81 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB167170129-
CMYK0.0200.240.33
HSL64.39º19.43%58.63%-
HSV(B)64.39º24.12%66.67%-
XYZ34.2738.5526.4-
YUV164.43108.01129.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=35.84%
G=36.48%
B=27.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671701290.0200.240.3364.3919.4358.63
HexA7AA8120182140133b
Octal2472522012030411002373
Binary10100111101010101000000110011000100001100000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA81; }

 p { color: rgb(167,170,129); }

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

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

 a { background-color: rgb(167,170,129); }

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

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

 span { border-color: rgb(167,170,129); }

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