#A8AA85

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

Shades of Locust #A8AA85

Tints of Locust #A8AA85

Color information

#A8AA85 (or 0xA8AA85) is unknown color: approx Locust. HEX triplet: A8, AA and 85. RGB value is (168,170,133). Sum of RGB (Red+Green+Blue) = 168+170+133=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA85 is #57557A. Grayscale: #A5A5A5. Windows color (decimal): -5723515 or 8759976. OLE color: 8759976.

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

Color convert

RGB168170133-
CMYK0.0100.220.33
HSL63.24º17.87%59.41%-
HSV(B)63.24º21.76%66.67%-
XYZ34.7638.7727.84-
YUV165.18109.84130.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=35.67%
G=36.09%
B=28.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701330.0100.220.3363.2417.8759.41
HexA8AA851016213f123b
Octal250252205102641772273
Binary101010001010101010000101101011010000111111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA85; }

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

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

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

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

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

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

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

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