#A8AA7D

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

Shades of Locust #A8AA7D

Tints of Locust #A8AA7D

Color information

#A8AA7D (or 0xA8AA7D) is unknown color: approx Locust. HEX triplet: A8, AA and 7D. RGB value is (168,170,125). Sum of RGB (Red+Green+Blue) = 168+170+125=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA7D is #575582. Grayscale: #A4A4A4. Windows color (decimal): -5723523 or 8235688. OLE color: 8235688.

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

Color convert

RGB168170125-
CMYK0.0100.260.33
HSL62.67º20.93%57.84%-
HSV(B)62.67º26.47%66.67%-
XYZ34.2238.5525.04-
YUV164.27105.84130.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=36.29%
G=36.72%
B=27.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701250.0100.260.3362.6720.9357.84
HexA8AA7D101A213f153a
Octal250252175103241772572
Binary10101000101010101111101101101010000111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA7D; }

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

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

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

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

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

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

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

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