#A5AF79

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

Shades of Locust #A5AF79

Tints of Locust #A5AF79

Color information

#A5AF79 (or 0xA5AF79) is unknown color: approx Locust. HEX triplet: A5, AF and 79. RGB value is (165,175,121). Sum of RGB (Red+Green+Blue) = 165+175+121=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF79 is #5A5086. Grayscale: #A6A6A6. Windows color (decimal): -5918855 or 7974821. OLE color: 7974821.

HSL color Cylindrical-coordinate representation of color #A5AF79: hue angle of 71.11º 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 #A5AF79 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB165175121-
CMYK0.0600.310.31
HSL71.11º25.23%58.04%-
HSV(B)71.11º30.86%68.63%-
XYZ34.340.0424.01-
YUV165.85102.69127.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=35.79%
G=37.96%
B=26.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751210.0600.310.3171.1125.2358.04
HexA5AF79601F1F47193a
Octal2452571716037371073172
Binary1010010110101111111100111001111111111100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF79; }

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

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

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

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

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

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

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

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