#A5AE74

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

Shades of Locust #A5AE74

Tints of Locust #A5AE74

Color information

#A5AE74 (or 0xA5AE74) is unknown color: approx Locust. HEX triplet: A5, AE and 74. RGB value is (165,174,116). Sum of RGB (Red+Green+Blue) = 165+174+116=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE74 is #5A518B. Grayscale: #A4A4A4. Windows color (decimal): -5919116 or 7646885. OLE color: 7646885.

HSL color Cylindrical-coordinate representation of color #A5AE74: hue angle of 69.31º 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 #A5AE74 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB165174116-
CMYK0.0500.330.32
HSL69.31º26.36%56.86%-
HSV(B)69.31º33.33%68.24%-
XYZ33.8139.5322.37-
YUV164.7100.52128.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=36.26%
G=38.24%
B=25.49%

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
Decimal1651741160.0500.330.3269.3126.3656.86
HexA5AE74502120451a39
Octal2452561645041401053271
Binary101001011010111011101001010100001100000100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE74; }

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

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

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

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

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

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

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

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