#A5AF7F

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

Shades of Locust #A5AF7F

Tints of Locust #A5AF7F

Color information

#A5AF7F (or 0xA5AF7F) is unknown color: approx Locust. HEX triplet: A5, AF and 7F. RGB value is (165,175,127). Sum of RGB (Red+Green+Blue) = 165+175+127=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF7F is #5A5080. Grayscale: #A6A6A6. Windows color (decimal): -5918849 or 8368037. OLE color: 8368037.

HSL color Cylindrical-coordinate representation of color #A5AF7F: hue angle of 72.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5AF7F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB165175127-
CMYK0.0600.270.31
HSL72.5º23.08%59.22%-
HSV(B)72.5º27.43%68.63%-
XYZ34.6840.1926.01-
YUV166.54105.69126.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 127 (50% from 255) = 27.19%
R=35.33%
G=37.47%
B=27.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751270.0600.270.3172.523.0859.22
HexA5AF7F601B1F48173b
Octal2452571776033371102773
Binary1010010110101111111111111001101111111100100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF7F; }

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

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

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

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

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

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

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

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