#A7AE81

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

Shades of Locust #A7AE81

Tints of Locust #A7AE81

Color information

#A7AE81 (or 0xA7AE81) is unknown color: approx Locust. HEX triplet: A7, AE and 81. RGB value is (167,174,129). Sum of RGB (Red+Green+Blue) = 167+174+129=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AE81 is #58517E. Grayscale: #A6A6A6. Windows color (decimal): -5788031 or 8498855. OLE color: 8498855.

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

Color convert

RGB167174129-
CMYK0.0400.260.32
HSL69.33º21.74%59.41%-
HSV(B)69.33º25.86%68.24%-
XYZ35.0340.0726.66-
YUV166.78106.68128.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=35.53%
G=37.02%
B=27.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741290.0400.260.3269.3321.7459.41
HexA7AE81401A2045163b
Octal2472562014032401052673
Binary101001111010111010000001100011010100000100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE81; }

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

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

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

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

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

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

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

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