#A8AB77

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

Shades of Locust #A8AB77

Tints of Locust #A8AB77

Color information

#A8AB77 (or 0xA8AB77) is unknown color: approx Locust. HEX triplet: A8, AB and 77. RGB value is (168,171,119). Sum of RGB (Red+Green+Blue) = 168+171+119=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB77 is #575488. Grayscale: #A4A4A4. Windows color (decimal): -5723273 or 7842728. OLE color: 7842728.

HSL color Cylindrical-coordinate representation of color #A8AB77: hue angle of 63.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AB77 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB168171119-
CMYK0.0200.300.33
HSL63.46º23.64%56.86%-
HSV(B)63.46º30.41%67.06%-
XYZ34.0438.7823.14-
YUV164.18102.51130.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=36.68%
G=37.34%
B=25.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711190.0200.300.3363.4623.6456.86
HexA8AB77201E213f1839
Octal250253167203641773071
Binary101010001010101111101111001111010000111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB77; }

 p { color: rgb(168,171,119); }

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

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

 a { background-color: rgb(168,171,119); }

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

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

 span { border-color: rgb(168,171,119); }

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