#A5AF74

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

Shades of Locust #A5AF74

Tints of Locust #A5AF74

Color information

#A5AF74 (or 0xA5AF74) is unknown color: approx Locust. HEX triplet: A5, AF and 74. RGB value is (165,175,116). Sum of RGB (Red+Green+Blue) = 165+175+116=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF74 is #5A508B. Grayscale: #A5A5A5. Windows color (decimal): -5918860 or 7647141. OLE color: 7647141.

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

Color convert

RGB165175116-
CMYK0.0600.340.31
HSL70.17º26.94%57.06%-
HSV(B)70.17º33.71%68.63%-
XYZ3439.9222.44-
YUV165.28100.19127.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=36.18%
G=38.38%
B=25.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751160.0600.340.3170.1726.9457.06
HexA5AF7460221F461b39
Octal2452571646042371063371
Binary10100101101011111110100110010001011111100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF74; }

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

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

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

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

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

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

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

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