#A5AE83

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

Shades of Locust #A5AE83

Tints of Locust #A5AE83

Color information

#A5AE83 (or 0xA5AE83) is unknown color: approx Locust. HEX triplet: A5, AE and 83. RGB value is (165,174,131). Sum of RGB (Red+Green+Blue) = 165+174+131=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE83 is #5A517C. Grayscale: #A6A6A6. Windows color (decimal): -5919101 or 8629925. OLE color: 8629925.

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

Color convert

RGB165174131-
CMYK0.0500.250.32
HSL72.56º20.98%59.8%-
HSV(B)72.56º24.71%68.24%-
XYZ34.7539.9127.34-
YUV166.41108.02127-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=35.11%
G=37.02%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741310.0500.250.3272.5620.9859.8
HexA5AE8350192049153c
Octal2452562035031401112574
Binary101001011010111010000011101011001100000100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE83; }

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

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

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

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

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

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

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

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