#a8aa6f

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

Shades of Locust #A8AA6F

Tints of Locust #A8AA6F

Color information

#A8AA6F (or 0xA8AA6F) is unknown color: approx Locust. HEX triplet: A8, AA and 6F. RGB value is (168,170,111). Sum of RGB (Red+Green+Blue) = 168+170+111=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6F is #575590. Grayscale: #A2A2A2. Windows color (decimal): -5723537 or 7318184. OLE color: 7318184.

HSL color Cylindrical-coordinate representation of color #A8AA6F: hue angle of 62.03º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AA6F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB168170111-
CMYK0.0100.350.33
HSL62.03º25.76%55.1%-
HSV(B)62.03º34.71%66.67%-
XYZ33.3938.2220.66-
YUV162.6898.84131.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=37.42%
G=37.86%
B=24.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701110.0100.350.3362.0325.7655.1
HexA8AA6F1023213e1a37
Octal250252157104341763267
Binary101010001010101011011111010001110000111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8aa6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8aa6f; }

 p { color: rgb(168,170,111); }

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

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

 a { background-color: rgb(168,170,111); }

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

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

 span { border-color: rgb(168,170,111); }

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