#A5AA7E

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

Shades of Locust #A5AA7E

Tints of Locust #A5AA7E

Color information

#A5AA7E (or 0xA5AA7E) is unknown color: approx Locust. HEX triplet: A5, AA and 7E. RGB value is (165,170,126). Sum of RGB (Red+Green+Blue) = 165+170+126=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA7E is #5A5581. Grayscale: #A3A3A3. Windows color (decimal): -5920130 or 8301221. OLE color: 8301221.

HSL color Cylindrical-coordinate representation of color #A5AA7E: hue angle of 66.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5AA7E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB165170126-
CMYK0.0300.260.33
HSL66.82º20.56%58.04%-
HSV(B)66.82º25.88%66.67%-
XYZ33.6638.2625.35-
YUV163.49106.84129.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=35.79%
G=36.88%
B=27.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701260.0300.260.3366.8220.5658.04
HexA5AA7E301A2143153a
Octal2452521763032411032572
Binary1010010110101010111111011011010100001100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA7E; }

 p { color: rgb(165,170,126); }

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

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

 a { background-color: rgb(165,170,126); }

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

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

 span { border-color: rgb(165,170,126); }

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