#A7AF79

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

Shades of Locust #A7AF79

Tints of Locust #A7AF79

Color information

#A7AF79 (or 0xA7AF79) is unknown color: approx Locust. HEX triplet: A7, AF and 79. RGB value is (167,175,121). Sum of RGB (Red+Green+Blue) = 167+175+121=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF79 is #585086. Grayscale: #A6A6A6. Windows color (decimal): -5787783 or 7974823. OLE color: 7974823.

HSL color Cylindrical-coordinate representation of color #A7AF79: hue angle of 68.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7AF79 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB167175121-
CMYK0.0500.310.31
HSL68.89º25.23%58.04%-
HSV(B)68.89º30.86%68.63%-
XYZ34.7240.2624.03-
YUV166.45102.35128.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=36.07%
G=37.80%
B=26.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751210.0500.310.3168.8925.2358.04
HexA7AF79501F1F45193a
Octal2472571715037371053172
Binary1010011110101111111100110101111111111100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF79; }

 p { color: rgb(167,175,121); }

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

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

 a { background-color: rgb(167,175,121); }

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

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

 span { border-color: rgb(167,175,121); }

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