#A8AA7C

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

Shades of Locust #A8AA7C

Tints of Locust #A8AA7C

Color information

#A8AA7C (or 0xA8AA7C) is unknown color: approx Locust. HEX triplet: A8, AA and 7C. RGB value is (168,170,124). Sum of RGB (Red+Green+Blue) = 168+170+124=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA7C is #575583. Grayscale: #A4A4A4. Windows color (decimal): -5723524 or 8170152. OLE color: 8170152.

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

Color convert

RGB168170124-
CMYK0.0100.270.33
HSL62.61º21.3%57.65%-
HSV(B)62.61º27.06%66.67%-
XYZ34.1638.5324.71-
YUV164.16105.34130.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=36.36%
G=36.80%
B=26.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701240.0100.270.3362.6121.357.65
HexA8AA7C101B213f153a
Octal250252174103341772572
Binary10101000101010101111100101101110000111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA7C; }

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

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

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

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

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

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

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

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