#A5AE75

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

Shades of Locust #A5AE75

Tints of Locust #A5AE75

Color information

#A5AE75 (or 0xA5AE75) is unknown color: approx Locust. HEX triplet: A5, AE and 75. RGB value is (165,174,117). Sum of RGB (Red+Green+Blue) = 165+174+117=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE75 is #5A518A. Grayscale: #A5A5A5. Windows color (decimal): -5919115 or 7712421. OLE color: 7712421.

HSL color Cylindrical-coordinate representation of color #A5AE75: hue angle of 69.47º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5AE75 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB165174117-
CMYK0.0500.330.32
HSL69.47º26.03%57.06%-
HSV(B)69.47º32.76%68.24%-
XYZ33.8639.5622.68-
YUV164.81101.02128.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=36.18%
G=38.16%
B=25.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741170.0500.330.3269.4726.0357.06
HexA5AE75502120451a39
Octal2452561655041401053271
Binary101001011010111011101011010100001100000100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE75; }

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

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

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

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

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

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

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

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