#a1a878

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

Shades of Locust #A1A878

Tints of Locust #A1A878

Color information

#A1A878 (or 0xA1A878) is unknown color: approx Locust. HEX triplet: A1, A8 and 78. RGB value is (161,168,120). Sum of RGB (Red+Green+Blue) = 161+168+120=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A878 is #5E5787. Grayscale: #A0A0A0. Windows color (decimal): -6182792 or 7907489. OLE color: 7907489.

HSL color Cylindrical-coordinate representation of color #A1A878: hue angle of 68.75º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A878 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB161168120-
CMYK0.0400.290.34
HSL68.75º21.62%56.47%-
HSV(B)68.75º28.57%65.88%-
XYZ32.0936.9423.21-
YUV160.44105.18128.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=35.86%
G=37.42%
B=26.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681200.0400.290.3468.7521.6256.47
HexA1A878401D22451638
Octal2412501704035421052670
Binary10100001101010001111000100011101100010100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a878; }

 p { color: rgb(161,168,120); }

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

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

 a { background-color: rgb(161,168,120); }

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

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

 span { border-color: rgb(161,168,120); }

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