#A5AF7A

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

Shades of Locust #A5AF7A

Tints of Locust #A5AF7A

Color information

#A5AF7A (or 0xA5AF7A) is unknown color: approx Locust. HEX triplet: A5, AF and 7A. RGB value is (165,175,122). Sum of RGB (Red+Green+Blue) = 165+175+122=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF7A is #5A5085. Grayscale: #A6A6A6. Windows color (decimal): -5918854 or 8040357. OLE color: 8040357.

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

Color convert

RGB165175122-
CMYK0.0600.300.31
HSL71.32º24.88%58.24%-
HSV(B)71.32º30.29%68.63%-
XYZ34.3640.0624.33-
YUV165.97103.19127.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=35.71%
G=37.88%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751220.0600.300.3171.3224.8858.24
HexA5AF7A601E1F47193a
Octal2452571726036371073172
Binary1010010110101111111101011001111011111100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF7A; }

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

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

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

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

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

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

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

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