#A8AE71

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

Shades of Locust #A8AE71

Tints of Locust #A8AE71

Color information

#A8AE71 (or 0xA8AE71) is unknown color: approx Locust. HEX triplet: A8, AE and 71. RGB value is (168,174,113). Sum of RGB (Red+Green+Blue) = 168+174+113=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE71 is #57518E. Grayscale: #A5A5A5. Windows color (decimal): -5722511 or 7450280. OLE color: 7450280.

HSL color Cylindrical-coordinate representation of color #A8AE71: hue angle of 65.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AE71 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB168174113-
CMYK0.0300.350.32
HSL65.9º27.35%56.27%-
HSV(B)65.9º35.06%68.24%-
XYZ34.2739.7921.5-
YUV165.2598.51129.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=36.92%
G=38.24%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741130.0300.350.3265.927.3556.27
HexA8AE71302320421b38
Octal2502561613043401023370
Binary10101000101011101110001110100011100000100001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE71; }

 p { color: rgb(168,174,113); }

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

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

 a { background-color: rgb(168,174,113); }

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

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

 span { border-color: rgb(168,174,113); }

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