#A8AB7E

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

Shades of Locust #A8AB7E

Tints of Locust #A8AB7E

Color information

#A8AB7E (or 0xA8AB7E) is unknown color: approx Locust. HEX triplet: A8, AB and 7E. RGB value is (168,171,126). Sum of RGB (Red+Green+Blue) = 168+171+126=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB7E is #575481. Grayscale: #A5A5A5. Windows color (decimal): -5723266 or 8301480. OLE color: 8301480.

HSL color Cylindrical-coordinate representation of color #A8AB7E: hue angle of 64º 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 #A8AB7E is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB168171126-
CMYK0.0200.260.33
HSL64º21.13%58.24%-
HSV(B)64º26.32%67.06%-
XYZ34.4838.9625.44-
YUV164.97106.01130.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=36.13%
G=36.77%
B=27.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711260.0200.260.336421.1358.24
HexA8AB7E201A2140153a
Octal2502531762032411002572
Binary1010100010101011111111010011010100001100000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB7E; }

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

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

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

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

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

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

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

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