#A7A96F

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

Shades of Locust #A7A96F

Tints of Locust #A7A96F

Color information

#A7A96F (or 0xA7A96F) is unknown color: approx Locust. HEX triplet: A7, A9 and 6F. RGB value is (167,169,111). Sum of RGB (Red+Green+Blue) = 167+169+111=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A96F is #585690. Grayscale: #A2A2A2. Windows color (decimal): -5789329 or 7317927. OLE color: 7317927.

HSL color Cylindrical-coordinate representation of color #A7A96F: hue angle of 62.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A96F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB167169111-
CMYK0.0100.340.34
HSL62.07º25.22%54.9%-
HSV(B)62.07º34.32%66.27%-
XYZ32.9937.7420.58-
YUV161.7999.34131.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=37.36%
G=37.81%
B=24.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671691110.0100.340.3462.0725.2254.9
HexA7A96F1022223e1937
Octal247251157104242763167
Binary101001111010100111011111010001010001011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A96F; }

 p { color: rgb(167,169,111); }

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

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

 a { background-color: rgb(167,169,111); }

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

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

 span { border-color: rgb(167,169,111); }

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