#A3AE74

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

Shades of Locust #A3AE74

Tints of Locust #A3AE74

Color information

#A3AE74 (or 0xA3AE74) is unknown color: approx Locust. HEX triplet: A3, AE and 74. RGB value is (163,174,116). Sum of RGB (Red+Green+Blue) = 163+174+116=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AE74 is #5C518B. Grayscale: #A4A4A4. Windows color (decimal): -6050188 or 7646883. OLE color: 7646883.

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

Color convert

RGB163174116-
CMYK0.0600.330.32
HSL71.38º26.36%56.86%-
HSV(B)71.38º33.33%68.24%-
XYZ33.3939.3222.35-
YUV164.1100.86127.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=35.98%
G=38.41%
B=25.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741160.0600.330.3271.3826.3656.86
HexA3AE74602120471a39
Octal2432561646041401073271
Binary101000111010111011101001100100001100000100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE74; }

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

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

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

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

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

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

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

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