#A7AE72

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

Shades of Locust #A7AE72

Tints of Locust #A7AE72

Color information

#A7AE72 (or 0xA7AE72) is unknown color: approx Locust. HEX triplet: A7, AE and 72. RGB value is (167,174,114). Sum of RGB (Red+Green+Blue) = 167+174+114=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE72 is #58518D. Grayscale: #A5A5A5. Windows color (decimal): -5788046 or 7515815. OLE color: 7515815.

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

Color convert

RGB167174114-
CMYK0.0400.340.32
HSL67º27.03%56.47%-
HSV(B)67º34.48%68.24%-
XYZ34.1139.721.79-
YUV165.0799.18129.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=36.70%
G=38.24%
B=25.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741140.0400.340.326727.0356.47
HexA7AE72402220431b38
Octal2472561624042401033370
Binary101001111010111011100101000100010100000100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE72; }

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

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

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

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

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

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

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

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