#A5AF75

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

Shades of Locust #A5AF75

Tints of Locust #A5AF75

Color information

#A5AF75 (or 0xA5AF75) is unknown color: approx Locust. HEX triplet: A5, AF and 75. RGB value is (165,175,117). Sum of RGB (Red+Green+Blue) = 165+175+117=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF75 is #5A508A. Grayscale: #A5A5A5. Windows color (decimal): -5918859 or 7712677. OLE color: 7712677.

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

Color convert

RGB165175117-
CMYK0.0600.330.31
HSL70.34º26.61%57.25%-
HSV(B)70.34º33.14%68.63%-
XYZ34.0639.9422.74-
YUV165.4100.69127.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=36.11%
G=38.29%
B=25.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751170.0600.330.3170.3426.6157.25
HexA5AF7560211F461b39
Octal2452571656041371063371
Binary10100101101011111110101110010000111111100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF75; }

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

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

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

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

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

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

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

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