#A7AE7D

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

Shades of Locust #A7AE7D

Tints of Locust #A7AE7D

Color information

#A7AE7D (or 0xA7AE7D) is unknown color: approx Locust. HEX triplet: A7, AE and 7D. RGB value is (167,174,125). Sum of RGB (Red+Green+Blue) = 167+174+125=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AE7D is #585182. Grayscale: #A6A6A6. Windows color (decimal): -5788035 or 8236711. OLE color: 8236711.

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

Color convert

RGB167174125-
CMYK0.0400.280.32
HSL68.57º23.22%58.63%-
HSV(B)68.57º28.16%68.24%-
XYZ34.7739.9725.28-
YUV166.32104.68128.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=35.84%
G=37.34%
B=26.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741250.0400.280.3268.5723.2258.63
HexA7AE7D401C2045173b
Octal2472561754034401052773
Binary10100111101011101111101100011100100000100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE7D; }

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

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

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

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

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

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

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

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