#A5AF72

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

Shades of Locust #A5AF72

Tints of Locust #A5AF72

Color information

#A5AF72 (or 0xA5AF72) is unknown color: approx Locust. HEX triplet: A5, AF and 72. RGB value is (165,175,114). Sum of RGB (Red+Green+Blue) = 165+175+114=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF72 is #5A508D. Grayscale: #A5A5A5. Windows color (decimal): -5918862 or 7516069. OLE color: 7516069.

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

Color convert

RGB165175114-
CMYK0.0600.350.31
HSL69.84º27.6%56.67%-
HSV(B)69.84º34.86%68.63%-
XYZ33.8839.8721.83-
YUV165.0699.19127.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=36.34%
G=38.55%
B=25.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751140.0600.350.3169.8427.656.67
HexA5AF7260231F461c39
Octal2452571626043371063471
Binary10100101101011111110010110010001111111100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF72; }

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

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

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

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

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

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

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

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