#A7AE83

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

Shades of Locust #A7AE83

Tints of Locust #A7AE83

Color information

#A7AE83 (or 0xA7AE83) is unknown color: approx Locust. HEX triplet: A7, AE and 83. RGB value is (167,174,131). Sum of RGB (Red+Green+Blue) = 167+174+131=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AE83 is #58517C. Grayscale: #A7A7A7. Windows color (decimal): -5788029 or 8629927. OLE color: 8629927.

HSL color Cylindrical-coordinate representation of color #A7AE83: hue angle of 69.77º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AE83 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB167174131-
CMYK0.0400.250.32
HSL69.77º20.98%59.8%-
HSV(B)69.77º24.71%68.24%-
XYZ35.1740.1327.36-
YUV167107.68128-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=35.38%
G=36.86%
B=27.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741310.0400.250.3269.7720.9859.8
HexA7AE8340192046153c
Octal2472562034031401062574
Binary101001111010111010000011100011001100000100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE83; }

 p { color: rgb(167,174,131); }

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

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

 a { background-color: rgb(167,174,131); }

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

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

 span { border-color: rgb(167,174,131); }

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