#A1A278

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

Shades of Locust #A1A278

Tints of Locust #A1A278

Color information

#A1A278 (or 0xA1A278) is unknown color: approx Locust. HEX triplet: A1, A2 and 78. RGB value is (161,162,120). Sum of RGB (Red+Green+Blue) = 161+162+120=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A278 is #5E5D87. Grayscale: #9D9D9D. Windows color (decimal): -6184328 or 7905953. OLE color: 7905953.

HSL color Cylindrical-coordinate representation of color #A1A278: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A278 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB161162120-
CMYK0.0100.260.36
HSL61.43º18.42%55.29%-
HSV(B)61.43º25.93%63.53%-
XYZ31.0134.7722.85-
YUV156.91107.17130.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=36.34%
G=36.57%
B=27.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621200.0100.260.3661.4318.4255.29
HexA1A278101A243d1237
Octal241242170103244752267
Binary10100001101000101111000101101010010011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A278; }

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

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

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

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

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

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

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

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